Skip to content

Instantly share code, notes, and snippets.

@nickadam
Created April 8, 2019 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nickadam/e7f98a3a98c22af7ad508986b8614d4b to your computer and use it in GitHub Desktop.
Save nickadam/e7f98a3a98c22af7ad508986b8614d4b to your computer and use it in GitHub Desktop.
Remove MFA from UPN
Connect-MsolService
Set-MsolUser -UserPrincipalName {upn} -StrongAuthenticationRequirements @()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment