Posts from July 5, 2024

How to: Get Users Without MFA in Microsoft 365 report.

Power Shell:   Install-module Msonline Connect-MsolService   Get-MsolUser -all | select DisplayName,UserPrincipalName,@{N= “MFAStatus”; E ={if( $_.StrongAuthenticationRequirements.State -ne[…]