Wednesday 25 July 2012

Set Passwords to Never Expire in Office365

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
Click here for the full instructions.

No comments:

Post a Comment