Jump to content

Recommended Posts

Posted

Hi

 

I am currently setting up Office 365 for migration over half term. I am trying to turn off the password requirement for a strong password e.g. one number, one capital letter and at least 8 characters.

 

I have tried the cmds

get-msoluser | set-msoluser -StrongPasswordRequired $false

cmdlet:Get-MsolUser | Where {$_.StrongPasswordRequired -eq "true"}| set-msoluser -StrongPasswordRequired $false

 

Has anyone successfully achieved this?

 

Thanks

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...