70-663 · Question #142
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…
The correct answer is C. Use the Set-Mailbox cmdlet. 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…
Question
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?
Options
- AUse the Set-AdminAuditLogConfig cmdlet.
- BUse the New-MailboxAuditLogSearch cmdlet.
- CUse the Set-Mailbox cmdlet.
- DUse the Set-MailboxAuditBypassAssociation cmdlet.
How the community answered
(22 responses)- A5% (1)
- B9% (2)
- C82% (18)
- D5% (1)
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. Set-Mailbox <Identity>-AuditEnabled $true
Topics
Community Discussion
No community discussion yet for this question.