Skip to content

Commit

Permalink
Update Get-HawkUserMailBoxAuditing to inform user of long wait periods.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnybottles committed Jan 11, 2025
1 parent 2d42e40 commit 6a0bfe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Hawk/functions/User/Get-HawkUserMailboxAuditing.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@

if ($groupLogs.Count -gt 0) {
Out-LogFile ("Found " + $groupLogs.Count + " ExchangeItemGroup events.") -Information
Out-LogFile "Processing all events, this can take a while..." -action
Out-LogFile "Processing all ExchangeItemGroup events, this can take a while..." -action

# Process and output flattened data
$ParsedGroupLogs = $groupLogs | Get-SimpleUnifiedAuditLog
Expand Down

0 comments on commit 6a0bfe9

Please sign in to comment.