You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set-DbaLogin and New-DbaLogin should use the same parameter names where possible.
Proposed technical details (if applicable)
New-DbaLogin uses PasswordPolicy and PasswordExpiration.
Set-DbaLogin uses PasswordPolicyEnforced.
SMO uses PasswordPolicyEnforced and PasswordExpirationEnabled.
The parameters across the different commands should be aligned. Perhaps in line with the output from SMO.
Latest version of dbatools as of writing
0.9.834
The text was updated successfully, but these errors were encountered:
hseyindemir
added a commit
to hseyindemir/dbatools
that referenced
this issue
Jun 7, 2019
Summary of new feature
Set-DbaLogin and New-DbaLogin should use the same parameter names where possible.
Proposed technical details (if applicable)
New-DbaLogin uses PasswordPolicy and PasswordExpiration.
Set-DbaLogin uses PasswordPolicyEnforced.
SMO uses PasswordPolicyEnforced and PasswordExpirationEnabled.
The parameters across the different commands should be aligned. Perhaps in line with the output from SMO.
Latest version of dbatools as of writing
0.9.834
The text was updated successfully, but these errors were encountered: