Share via

Microsoft Graph PowerShell SDK normal vs. Beta differences?

EnterpriseArchitect 6,386 Reputation points
2024-01-30T13:40:35.55+00:00

What's the difference between the normal cmdlet vs. the Beta graph cmdlet? because the below results are not the same count total.

Get-MgAuditLogDirectoryAudit -Filter "initiatedBy/app/displayName eq '<Object ID>'"
Get-MgBetaAuditLogDirectoryAudit -Filter "targetResources/any(tr: tr/id eq '<Object ID>')"
Windows for business | Windows Server | User experience | PowerShell
Microsoft Security | Microsoft Entra | Microsoft Entra ID
Microsoft Security | Microsoft Graph
Microsoft Security | Microsoft Entra | Other
0 comments No comments

Answer accepted by question author

Andy David - MVP 160.3K Reputation points MVP Volunteer Moderator
2024-01-30T15:29:12.49+00:00

The beta module is not meant to be used in Prod, so the results could be unpredictable or not supported: https://learn.microsoft.com/en-us/graph/api/overview?view=graph-rest-beta&preserve-view=true https://developer.microsoft.com/en-us/graph/changelog

Was this answer helpful?


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.