Skip to content

Commit 7ce84c4

Browse files
authored
Merge pull request #84433 from ManojReddy-MSFT/patch-39
(Azure CXP) fixes azure doc
2 parents bf47d2c + d03ff93 commit 7ce84c4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -139,11 +139,7 @@ The following PowerShell can assist you in making the conversion to Conditional
139139
# Disable MFA for all users, keeping their MFA methods intact
140140
Get-MsolUser -All | Disable-MFA -KeepMethods
141141
142-
# Enforce MFA for all users
143-
Get-MsolUser -All | Set-MfaState -State Enforced
144-
145-
# Wrapper to disable MFA with the option to keep the MFA
146-
# methods (to avoid having to proof-up again later)
142+
# Wrapper to disable MFA with the option to keep the MFA methods (to avoid having to proof-up again later)
147143
function Disable-Mfa {
148144
149145
[CmdletBinding()]

0 commit comments

Comments
 (0)