Skip to content

Commit

Permalink
Update Get-CippAuditLogSearchResults.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnDuprey committed Oct 2, 2024
1 parent 891d989 commit a915505
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ function Get-CippAuditLogSearchResults {
)

process {
New-GraphGetRequest -uri ('https://graph.microsoft.com/beta/security/auditLog/queries/{0}/records' -f $QueryId) -AsApp $true -tenantid $TenantFilter
New-GraphGetRequest -uri ('https://graph.microsoft.com/beta/security/auditLog/queries/{0}/records?$top=999' -f $QueryId) -AsApp $true -tenantid $TenantFilter
}
}

0 comments on commit a915505

Please sign in to comment.