tj2419 Posted October 8, 2012 Posted October 8, 2012 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now