Skip to content

Commit

Permalink
Update strong-password.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kwekuako committed Oct 20, 2020
1 parent 1a83059 commit d689b0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions microsoft-365/admin/add-users/strong-password.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ You must also connect to Microsoft 365 with PowerShell.
2. Using PowerShell, you can disable strong passwords for all users with the following command:

```powershell
Get-MsolUser | Set-MsolUser -StrongPasswordRequired $false
Get-MsolUser | Set-MsolUser -StrongPasswordRequired $true
3. You can disable strong passwords for specific users with this command:
```powershell
Set-MsolUser –UserPrincipalName –StrongPasswordRequired $false
Set-MsolUser –UserPrincipalName –StrongPasswordRequired $true
```

> [!NOTE]
Expand Down

0 comments on commit d689b0b

Please sign in to comment.