Which cmdlet should you use in a scheduled task?

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?

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



Leave a Reply 1

Your email address will not be published. Required fields are marked *


Joe

Joe

C is right, you need to create a new search that runs asynchronously (in the background). search-* just does a one off search.