Need a power shell script to fetch MFA details of users provided through input file

Copper Contributor

Hi All,

Good day!

Can someone help me to get the strong authentication details from Azure AD for some users provided through input file.

 

Thanks in advance

1 Reply

There are dozens of such script samples available online, look them up. Since most of them require Global admin permissions, I'd recommend using the recently introduced auth methods report under: https://portal.azure.com/#blade/Microsoft_AAD_IAM/ActiveDirectoryMenuBlade/PasswordReset

 

Or the corresponding Graph API endpoints if you want a programmatic solution.