entra-powershell
entra-powershell copied to clipboard
Inconsistent verbs for changing user's password
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