We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf47d2c + d03ff93 commit 7ce84c4Copy full SHA for 7ce84c4
articles/active-directory/authentication/howto-mfa-userstates.md
@@ -139,11 +139,7 @@ The following PowerShell can assist you in making the conversion to Conditional
139
# Disable MFA for all users, keeping their MFA methods intact
140
Get-MsolUser -All | Disable-MFA -KeepMethods
141
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)
+# Wrapper to disable MFA with the option to keep the MFA methods (to avoid having to proof-up again later)
147
function Disable-Mfa {
148
149
[CmdletBinding()]
0 commit comments