Disable password expiry on office365 account
How to disable password expiry of user email account on office 365 ?
We are going to share with all of you that how to disable password expiry of user email account on office 365. There are several procedure which have been mentioned step by step and these are very helpful and easy to do. We need to care on something such as when open Poweshell with administrator Privilege so there should be not shown error in red text if this shown on your screen means that powershell not supported with your system so please use another system try again.
Step1: Install Azure Active directory Powershell
For download .msi file - Azure Active directory Powershell Download
Step2: To connect Azure Active directory Powershell account
Step3: To check all email accounts which have been created on your individual domain.
Get-MsolService -all -domainName abc.com
Step4: To check all email accounts which have been created on your all existing domain.
Get-MsolService
Step5: To disable password expiry for a user email account
Set-MsolUser -UserPrincipalName test@domain.com -PasswordNeverExpire $true
Step6: To Check password expiry for a user email account
Hope this will help to all of you and resolved your all query if you have any query or question so you may ask to send email on our email account (onlinenetworkssolution@gmail.com) or leave comment on page.
Tags:
Office 365
0 comments
Please leave your comments...... Thanks