July 2017
Intermediate to advanced
648 pages
31h 9m
English
Let's see how to perform an administrator audit log search by performing the following steps:
Search-AdminAuditLog -Cmdlets Set-Mailbox '
-StartDate 6/1/2017 '
-EndDate 6/30/2017 '
-IsSuccess $True
This command will return all the log entries for the Set-Mailbox cmdlet for the month of June. Only the log entries from successful commands will be returned.
New-AdminAuditLogSearch -Name "AdminAuditLogSearch01" '
-Cmdlets Set-Mailbox '
-StartDate 6/1/2017 '
-EndDate 6/30/2017 '
-StatusMailRecipients admin@contoso.com
Based on the parameters ...
Read now
Unlock full access