entra-powershell icon indicating copy to clipboard operation
entra-powershell copied to clipboard

Inconsistent verbs for changing user's password

Open alexandair opened this issue 1 year ago • 0 comments

Entra PowerShell commands use the "Set" verb for changes. There is no reason to mix "Set" and "Update" for the following commands.

Set-EntraUserPassword
Set-EntraBetaUserPassword            
Update-EntraSignedInUserPassword          
Update-EntraBetaSignedInUserPassword 

alexandair avatar Oct 16 '24 22:10 alexandair