You have an Exchange Server 2013 organization that contains a database availability group (DAG) named
DAG1. DAG1 has two members.You create a mailbox database copy for each database on each DAG member.
You plan to implement a service level agreement (SLA) that meets the following requirements:
All deleted mailboxes must be recoverable for up to six months after they are deleted.
When a mailbox is recovered, the entire contents of the mailbox must be recovered.
You need to recommend a solution that meets the requirements.
What should you recommend?
A.
Get-Mailbox | Set-Mailbox -RetainDeletedItemsFor 180.00:00:00
B.
Get-MailboxDatabase | Set-MailboxDatabase -MailboxRetention 180.00:00:00
C.
Get-MailboxDatabase | Set-MailboxDatabase -DeletedItemRetention 180.00:00:00
D.
Get-Mailbox | Set-Mailbox -Audit Log Age Limit 180.00:00:00
Explanation:
Set-MailboxDatabase
Get-MailboxDatabase | Set-MailboxDatabase -MailboxRetention 180.00:00:00
The MailboxRetention parameter specifies the length of time to keep deleted mailboxes.
To specify a value, enter it as a time span: dd.hh:mm:ss where d = days, h = hours, m = minutes, and s =
seconds. For example, to specify a 15-hour interval, enter 15:00:00. The maximum length of time to retain
mailboxes is 24,855 days. By default, deleted mailboxes are retained for 30 days. This attribute applies to all
mailboxes in this mailbox database.