Forum Discussion
"More Options" missing under "Mailbox Usage" (Need to disable Recovery options)
- Jul 05, 2017
The article above detailes the "single item recovery" functionality, which is different from stopping people from accessing "recover deleted items". You cannot disable the latter, and for the former you can use PowerShell:
Set-Mailbox user@domain.com -SingleItemRecoveryEnabled $false
I would advise against doing this btw, as with the lack of point-in-time backups in ExO, that's the only recovery option you have (albeit temporary one).
The article above detailes the "single item recovery" functionality, which is different from stopping people from accessing "recover deleted items". You cannot disable the latter, and for the former you can use PowerShell:
Set-Mailbox user@domain.com -SingleItemRecoveryEnabled $false
I would advise against doing this btw, as with the lack of point-in-time backups in ExO, that's the only recovery option you have (albeit temporary one).