How to produce the export (one Graph call)
# PowerShell — Microsoft Graph module Connect-MgGraph -Scopes "AuditLog.Read.All","Reports.Read.All" Get-MgReportAuthenticationMethodUserRegistrationDetail -All | ConvertTo-Json -Depth 5 | Out-File authmethods.json -Encoding utf8 # …or the raw Graph endpoint GET https://graph.microsoft.com/v1.0/reports/authenticationMethods/userRegistrationDetails # …or Entra admin center → Authentication methods → User registration details → Download (CSV)
Nothing analysed yet. Drop an export above, paste one, or hit Load sample to see the analyzer with a demo tenant.