Forum Discussion
PCHealer
Sep 07, 2022Brass Contributor
Disable Delegate meeting-related messages
Hi All
So in my business a personal assistance was granted access to a partners Calendar via Power shell.
Example: Add-MailboxFolderPermission -Identity email address removed for privacy reasons:\Calendar -User email address removed for privacy reasons -AccessRights Editor -SharingPermissionFlags Delegate,CanViewPrivateItems
However the user 2 is getting lots of email notifications which they don't want or need.
I believe this option can be changed manually by logging onto user1 mailbox and deselecting "Delegate receives copies of meeting-related messages sent to me"
However we don't want to have to disturb the partner and we don't want to grant ourselves permissions to there inbox (due to GDPR) can this be done via Exchange Powershell?
- Unfortunately, no. You can toggle it via EWS, see for example the Delegate Management module: http://www.flobee.net/delegate-management-module-updated-2/
- Unfortunately, no. You can toggle it via EWS, see for example the Delegate Management module: http://www.flobee.net/delegate-management-module-updated-2/
- PCHealerBrass ContributorWhen you say you can toggle it via EWS what do you mean? I work in a Bank they won't let us install 3rd party plugins in there exchange server?
- Well you do need to have the EWS binaries installed to run this, but that's needed on the local machine, not the server. Anyway, goes without saying that you shouldn't be running code you don't understand. If you have some devs within the team, perhaps get them to vet it.