microsoft aad turn off mfa code example
Example: AD user turn off MFA
Set-MsolUser -UserPrincipalName [email protected] -StrongAuthenticationRequirements @()
Set-MsolUser -UserPrincipalName [email protected] -StrongAuthenticationRequirements @()