Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
If you want to change your Deleted Item Retention on your mailbox database, you can do so running a simple command in PowerShell using the Exchange Management Shell:
Set-MailboxDatabase -Identity "Mailbox Database Name" -DeletedItemRetention 30
https://everything-powershell.com/wp-content/uploads/2019/07/db1ret.png
If you wanted to change a single mailbox, then you can run the following command in PowerShell:
Set-Mailbox -Identity "User1" -RetainDeletedItemsFor 30 -UseDatabaseRetentionDefaults $false
https://everything-powershell.com/wp-content/uploads/2019/07/user1retain.png