The default settings in Office 365 is for all user passwords to expire after 90 days. You can set them to never expire with the following PowerShell script.
Get-MSOLUser | Select UserPrincipalName, PasswordNeverExpires
Get-MSOLUser | Select UserPrincipalName, PasswordNeverExpires
Click here for the full instructions.
No comments:
Post a Comment