Azure AD Password Reset Policy

Luke Uhren 191 Reputation points
2020-05-22T21:50:48.217+00:00

I'm wondering how you go about setting password policies now in Azure Active Directory. Only pieces I can now find are related to MSOnline module. Is this still relevant? I could not get it to work anymore. Install the module was OK, but using Connect-MsolService just doesn't work. Using powershell 7.1 though and vscode.

I am wanting to know if this is the right route to take to set a policy to say Azure Ad User passwords expire after say 90 days if that is possible? I am not seeing anything that is easily done in the portal unless I am just having one of those days.

Please any information is appreciated.

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,372 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Rahul 236 Reputation points
    2020-05-22T22:06:52.763+00:00

    Hi ,

    Check this out (https://learn.microsoft.com/en-us/microsoft-365/admin/add-users/set-password-to-never-expire?view=o365-worldwide)

    You can configure it via Office365 portal also here is the link (https://go.microsoft.com/fwlink/p/?linkid=2072756) link will route office 365 admin page setting where you can easily configure the password policy.

    Let me know if this helps.

    0 comments No comments

  2. Vasil Michev 94,521 Reputation points MVP
    2020-05-23T06:58:02.087+00:00

    Open the O365 admin center -> Settings -> Org settings -> Security & Privacy -> Password expiration policy. If you want to manage it per-domain, use the PowerShell cmdlets.

    0 comments No comments