You have an Exchange Server 2013 organization.
You need to ensure that an administrator named Adminl receives a daily email message that
contains a log of all the Exchange Server administrative actions.
Which cmdlet should you use in a scheduled task?
A.
Search-AdminAuditLog
B.
Set-AdminAuditLogConfig
C.
New-AdminAuditLogSearch
D.
Write-AdminAuditLog
C is right, you need to create a new search that runs asynchronously (in the background). search-* just does a one off search.