July 2017
Intermediate to advanced
648 pages
31h 9m
English
Mailbox databases support deleted item retention, which allows you to recover items that have been removed from the deleted items folder. By default, the retention period for mailbox databases is set to 14 days, but this can be changed using the -DeletedItemRetention parameter when using the appropriate cmdlet. For example, to increase the deleted item retention period for the DB1 database, use the following command:
Set-MailboxDatabase -Identity DB1 -DeletedItemRetention 30
In this example, we have set the deleted item retention to 30 days. This parameter will also accept input in the form of a time span, and therefore can be specified using the dd.hh:mm:ss format. For example, we could have also used 30.00:00:00 as the ...
Read now
Unlock full access