How to Disable the Strong Password Requirement
Hello,
I followed the instructions in the Set strong passwords guide and used the following command
Update-MgUser -UserId <UserPrincipalName> -PasswordPolicies “DisableStrongPassword”
However, when I tried to set a simple password, I still received the message: “Choose a password that is harder to guess.”
Could you please assist me in resolving this issue?
Thank you.
Hello,I followed the instructions in the Set strong passwords guide and used the following command Update-MgUser -UserId <UserPrincipalName> -PasswordPolicies “DisableStrongPassword” However, when I tried to set a simple password, I still received the message: “Choose a password that is harder to guess.”Could you please assist me in resolving this issue?Thank you. Read More