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-EntraUserPassword and Set-EntraBetaUserPassword commands are not changing user's password.
They are changing a password profile.
Accurate names should be Set-EntraUserPasswordProfile and Set-EntraBetaUserPasswordProfile
Parameter names are also misleading and not in sync with the property names they are changing.
Alias parameters should be created, if you want to be accurate, but also backward compatible with AzureAD.
Set-EntraUserPassword
andSet-EntraBetaUserPassword
commands are not changing user's password.They are changing a password profile.
Accurate names should be
Set-EntraUserPasswordProfile
andSet-EntraBetaUserPasswordProfile
Parameter names are also misleading and not in sync with the property names they are changing.
Alias parameters should be created, if you want to be accurate, but also backward compatible with AzureAD.
Is there a reason to have
-ForceChangePasswordNextLogin
and-EnforceChangePasswordPolicy
as Boolean instead of switch parameters?The text was updated successfully, but these errors were encountered: