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