From da38d93e5b35f1fe3408c42d2009ab63ee0539cd Mon Sep 17 00:00:00 2001 From: TKoziana Date: Sat, 7 Dec 2024 21:31:16 -0500 Subject: [PATCH] Update Get-AuditLogByTimeRange.ps1 --- Segment/Trust Server/Get-AuditLogByTimeRange.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Segment/Trust Server/Get-AuditLogByTimeRange.ps1 b/Segment/Trust Server/Get-AuditLogByTimeRange.ps1 index 03eac48..76d958a 100644 --- a/Segment/Trust Server/Get-AuditLogByTimeRange.ps1 +++ b/Segment/Trust Server/Get-AuditLogByTimeRange.ps1 @@ -40,7 +40,7 @@ write-output $s.scrollCursor } write-output $t -#Import Audit Type as Enum. Make sure to download the json files from github "https://github.com/TKoziana/TKPrivate/blob/main/AuditTypes.json". +#Import Audit Type as Enum. Make sure to download the json files from github "https://github.com/zeronetworks/Community/blob/master/.github/modules/ps/AuditTypes.json". enum AuditType { AUDIT_TYPE_UNSPECIFIED = 0 PROTECTION_ADDING = 1