diff --git a/src/Export-MsIdAzureMfaReport.ps1 b/src/Export-MsIdAzureMfaReport.ps1 index 98ee69a..d4aafc5 100644 --- a/src/Export-MsIdAzureMfaReport.ps1 +++ b/src/Export-MsIdAzureMfaReport.ps1 @@ -7,7 +7,9 @@ ```powershell Install-Module MsIdentityTools -Scope CurrentUser + Connect-MgGraph -Scopes Directory.Read.All, AuditLog.Read.All, UserAuthenticationMethod.Read.All + Export-MsIdAzureMfaReport .\report.xlsx ```