best tips to Turn Off Password Complexity in Office 365

How to Turn Off Password Complexity in Office 365

17 November 2012

Turn Off Password Complexity in Office 365 with PowerShell

This article will help you to Turn Off Password Complexity in Office 365. After you have installed and configured Windows PowerShell and Windows Remote Management (WinRM) on your computer, you have to connect the Windows PowerShell on your local computer to the cloud-based service to perform tasks in your cloud-based organization.

The first step to do is to connect to Microsoft Office 365 environment. For this, you need three simple PowerShell commands and credentials for the administrative account:

Import-Module MSOnline

$O365Cred = Get-Credential

Connect-MsolService -Credential $O365Cred

Interesting Articles –  Learn How to Reset Passwords in Office 365 User Account?

Now, turn off password complexity in Office 365 and achieve the password policy.

  1. Run the cmdlet to disable the vital password requirement:

Set-MsolUser -UserPrincipalName [UserPrincipalName] -StrongPasswordRequired $False

For example:

Set-MsolUser -UserPrincipalName user1@abc.com -StrongPasswordRequired $False

 2. Run the cmdlet to force reset the password for Office 365 users.

Set-MsolUserPassword -UserPrincipalName [UserPrincipalName] -NewPassword [NewPassword] -ForceChangePassword $false

For example:

Set-MsolUserPassword -UserPrincipalName user1@abc.com -NewPassword password -ForceChangePassword $false

Turn Off Password Complexity in Office 365

In addition, we strongly recommend users should use strong passwords for security considerations and multi-factor authentication.

Need help with Microsoft 365 Passwords and Security Policy? Contact Microsoft Office 365 Support Company for service.

If you have trouble changing the settings, contact Office 365 Expert Advice to learn the best tips to Turn Off Password Complexity in Office 365

Help Resources

Office 365 Quick Start GuideGet started with mail, contacts, calendar, instant messaging, and document sharing.
Introduction for Office 365 AdministratorsGet started with service administration and user management tasks
Office 365 CommunityThe Microsoft Office 365 Community (monitored by members of the Office 365 Support team) is a single destination for self-help support information and community discussion. The Microsoft Office 365 Community has the latest news to help customers find answers to various technical, billing and service questions via support forums, wikis, and blogs.
Office 365 HelpHelp and how-to information for Office 365