Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/Admin/Get-SimpleAuditLogReport.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ It will parse the audit log and attempt to reconstruct the actual Cmdlet that wa
## Common Usage
`$Search = Search-AdminAuditLog`

`$search | C:\Scripts\Get-SimpleAuditLogReport.ps1 -agree`
`$search | C:\Scripts\Get-SimpleAuditLogReport.ps1`

## How to use
1. Gather admin audit log results using [Search-AdminAuditLog](https://docs.microsoft.com/en-us/powershell/module/exchange/search-adminauditlog?view=exchange-ps).
Expand Down