Skip to content

Commit 884ac5d

Browse files
Updated script
Updated script
1 parent 7d82ac4 commit 884ac5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/authentication/howto-mfa-userstates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Using PowerShell is a good option when you need to bulk enable users. As an exam
122122
To disable MFA, use this script:
123123

124124
```PowerShell
125-
Get-MsolUser -UserPrincipalName [email protected] | Set-MsolUser -StrongAuthenticationRequirements @()
125+
Get-MsolUser -UserPrincipalName [email protected] | Set-MsolUser -StrongAuthenticationMethods @()
126126
```
127127

128128
which can also be shortened to:

0 commit comments

Comments
 (0)