Remove Azure MFA configuration for a specific user
How to reset a users MFA configuration in Azure.
After this is executed, user would need to enroll/first time setup for Azure MFA if required.
1 2 |
#Connect to Microsoft Online Services Connect-MsolService |
1 2 3 |
#Remove Azure MFA config for a specific user $AzureMFA=@() |
Disclaimer: All scripts and references on this blog are offered “as is” with no warranty. These scripts are tested in my environment, it is recommended that it is tested in a test environment before using in production.