You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Enforce MFA for all users
Get-MsolUser -All | Set-MfaState -State Enforced
This is not needed to enable the CA policy. Users can be left in disabled state
0 commit comments