You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write-Information"Removed row $($AuditRecord.id) from cache"
178
+
}
179
+
}
180
+
} catch {
181
+
Write-Information"Error removing rows from cache: $($_.Exception.Message)"
182
+
}
169
183
}
170
184
#write-warning "Processed Data: $(($ProcessedData | Measure-Object).Count) - This should be higher than 0 in many cases, because the where object has not run yet."
0 commit comments