This is how you can remove the need for strong password / complex passwords in Office 365 using PowerShell.

  • First, Connect to Office 365, type; Connect-MsolService
  • Second, Open Office 365 module, type; get-module MSOnline
  • Third, type; get-MSOLUser | Set-MsolUser -StrongPasswordRequired $false

Perfect for Education, Schools, Old folks, kids etc…

#Office365