SC-002 - Get Users Without MFA Registered (Entra ID / Microsoft Graph)
What it does Connects to Microsoft Graph and audits all enabled users in the tenant. For each user it checks registered authentication methods and identifies anyone with no MFA method registered — only the default password method. Results are exported to a timestamped CSV at C:\Temp\UsersWithoutMFA_YYYYMMDD_HHMMSS.csv. Useful for: Identifying MFA gaps before enforcing Conditional Access policies Periodic compliance audits on authentication posture Reporting to management on MFA adoption across the tenant Requirements Module: Microsoft.Graph ...