Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 281 Bytes

File metadata and controls

11 lines (6 loc) · 281 Bytes

Example 1: Code snippet

Import-Module Microsoft.Graph.Beta.Reports

Get-MgBetaAuditLogSignUp -Filter "createdDateTime ge 2024-07-01T00:00:00Z and createdDateTime le 2024-07-14T23:59:59Z" 

This example shows how to use the Get-MgBetaAuditLogSignUp Cmdlet.