Skip to content

Commit f7e3d58

Browse files
authored
Merge pull request #78840 from MarileeTurscak-MSFT/patch-101
Updated script
2 parents b150c69 + 884ac5d commit f7e3d58

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)