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.
1 parent ca57d38 commit 63f39b3Copy full SHA for 63f39b3
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