brown padlock on wall

Using PowerShell to add an authentication method to an Azure user

I had a need to setup MFA for a large group of users, I have all the users cell phones and I wanted to automate the setup for them. This is the first step in getting MFA setup for the users, then we plan to use the nudge feature to push the usage of Microsoft authenticator.

I found the best way to do this is to use the Microsoft Graph API.

This post from Microsoft docs gives you the PowerShell commands to get started.

Manage authentication methods for Azure AD Multi-Factor Authentication – Azure Active Directory | Microsoft Docs

I also found this post to be very useful when getting started

Pre-configure Authentication Methods for end users in Azure AD – Identity Man (identity-man.eu)

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.