Forum Discussion
MiSum83
Feb 09, 2022Copper Contributor
Restrict users from deleting emails in Shared Mailbox
Hi team, is there a way to restrict ppl from deleting emails in a shared mailbox? We are using Exchange Online.
VasilMichev
Feb 10, 2022MVP
Right-click on a folder > Properties > Permissions 🙂 If you want to automate things, use PowerShell and the Add-MailboxFolderPermission cmdlet: https://docs.microsoft.com/en-us/powershell/module/exchange/add-mailboxfolderpermission?view=exchange-ps
MiSum83
Feb 10, 2022Copper Contributor
ideally I do it via GUI and so.... Not good with PowerShell 🙂
Folder - should I do it in Outlook? ... I mean... right-click on Inbox folder of shared mailbox and do it there?
How do I remove full access please? Should I remove delegates in EAC?
Folder - should I do it in Outlook? ... I mean... right-click on Inbox folder of shared mailbox and do it there?
How do I remove full access please? Should I remove delegates in EAC?
- VasilMichevFeb 10, 2022MVPYou can do it in both Outlook or OWA, although if you want to grant Calendar permissions, only Outlook exposes them. For full access, use the EAC or PowerShell.
- MiSum83Feb 10, 2022Copper Contributorthanks Vasil for being patient with me :).... One last question I hope - how to remove full access via EAC? Are we talking about removing users from Delegation -> Read/Manage?
- VasilMichevFeb 11, 2022MVPYes, that's how it's shown in the EAC.