Forum Discussion
David_Trevor
Aug 02, 2023Copper Contributor
Get-MgBetaAuditLogSignIn with filter signInEventTypes does not return all results
In Azure Active Directory, one can check sign-in logs. I want to query the interactive user sign-ins via Powershell / via Graph. I retrieve all events I can get and filter on a specific IP. I get...
- Nov 06, 2023
Resolved the issue by connecting to Graph with the following scopes:
Connect-Graph -Scopes AuditLog.Read.All,Directory.Read.All
David_Trevor
Nov 06, 2023Copper Contributor
Resolved the issue by connecting to Graph with the following scopes:
Connect-Graph -Scopes AuditLog.Read.All,Directory.Read.All