We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbd9b43 commit 0a73dc3Copy full SHA for 0a73dc3
ReportRetentionLabelAuditEvents.PS1
@@ -9,7 +9,7 @@ Else {
9
$Report = [System.Collections.Generic.List[Object]]::new()
10
ForEach ($Rec in $Records) {
11
$AuditData = ConvertFrom-Json $Rec.Auditdata
12
- If ($AuditData.UserType -ne "Regular") { # Library-applied Label
+ If ($AuditData.UserType -ne "Regular") { # auto-applied Label
13
$ReportLine = [PSCustomObject]@{
14
TimeStamp = $Rec.CreationDate
15
User = "Auto-Applied Label"
0 commit comments