Archive for the ‘Azure’ Category

Action required: Enable multifactor authentication for your Microsoft Azure tenant by 15 October 2024

Sunday, August 18th, 2024

This arrived in my inbox, on Saturday, so better check with some Powershell. It produces a nice Excel spreadsheet of users enable for MFA or Single FA 

 

 

 

 

 

 

 

 

 

 

Install-Module MsIdentityTools -Scope CurrentUser

Connect-MgGraph -Scopes Directory.Read.All, AuditLog.Read.All, UserAuthenticationMethod.Read.All

Export-MsIdAzureMfaReport .\report.xlsx

Post to Twitter