MFA seems to be in a few places. Here it is:
1
AAD > USERS
MULTI-FACTOR-AUTHENTICATION (at the top)
checkmark usernames
ENABLE (on the right)
2
AAD > SECURITY > IDENTITY-PROTECTION
MFA-REGISTRATION-POLICY
Sometimes the one in IDENTITY-PROTECTION does not work if you do not have a P2 license.
3
AAD > SECURITY > AUTHENITCATION-METHODS
4
AAD > SECURITY > MULTIFACTOR-AUTHENITCATION
5
AAD > USERS > USER-SETTINGS > MANAGE-USER-FEATURE-SETTINGS
6
AAD > USERS > PROPERTIES > MANAGE-SECURITY-DEFAULTS
If you need to check the MFA settings for an account through powershell:
Get-MsolUser -UserPrincipalName This e-mail address is being protected from spambots. You need JavaScript enabled to view it |select strongauthentication*
If you need to clear the MFA settings for an account through powershell:
Set-MsolUser -UserPrincipalName
This e-mail address is being protected from spambots. You need JavaScript enabled to view it
-StrongAuthenticationMethods @()
NOTES:
https://endpoint.microsoft.com
https://security.microsoft.com
https://entra.microsoft.com
https://aka.ms/mfasetup