A corporate environment includes Exchange Server 2010. Client computers run Microsoft Outlook
2010. You have the following requirements:
• Log actions taken by delegates or administrators on a users mailbox.
• Log when email messages are moved to the Deleted Items folder by users other than the mailbox
owner.
You need to recommend a solution that meets the requirements. What should you recommend?
A.
Use the Set-AdminAuditLogConfig cmdlet.
B.
Use the New-MailboxAuditLogSearch cmdlet.
C.
Use the Set-Mailbox cmdlet.
D.
Use the Set-MailboxAuditBypassAssociation cmdlet.
Explanation:
Use the Set-Mailbox cmdlet to modify the settings of an existing mailbox. You can use this cmdlet for
one mailbox at a time. To perform bulk management, you can pipeline the output of various Get-cmdlets (for example, the Get-Mailbox or Get-User cmdlets) and configure several mailboxes in a
single-line command.
You can also use the Set-Mailbox cmdlet in scripts.
http://technet.microsoft.com/en-us/library/bb123981.aspx