We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed4a93a + 63f39b3 commit cc307feCopy full SHA for cc307fe
Modules/CIPPCore/Public/AuditLogs/Get-CippAuditLogSearchResults.ps1
@@ -28,6 +28,6 @@ function Get-CippAuditLogSearchResults {
28
$GraphRequest.CountOnly = $true
29
}
30
31
- New-GraphGetRequest @GraphRequest -ErrorAction Stop
+ New-GraphGetRequest @GraphRequest -ErrorAction Stop | Sort-Object -Property createdDateTime -Descending
32
33
0 commit comments