This article includes commands for managing password expiration policies in Entra ID
Prerequisites
These commands require the Microsoft_Graph module with the User.ReadWrite.All
and Group.ReadWrite.All
scopes.
Commands
Set the Password to Never Expire
Update-MgUser -UserId <user ID> -PasswordPolicies DisablePasswordExpiration -PassThru
Get the Current Password Policy
Get-MGuser -UserId <user id or UPN> -Property UserPrincipalName, PasswordPolicies