Skip to content

Commit

Permalink
Update Get-AuditLogByTimeRange.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
TKoziana authored Dec 8, 2024
1 parent 505834a commit da38d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Segment/Trust Server/Get-AuditLogByTimeRange.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit da38d93

Please sign in to comment.