SOLVED

Disable Delegate meeting-related messages

Brass Contributor

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?

 

 

PCHealer_0-1662558159672.png

 

 

3 Replies
best response confirmed by PCHealer (Brass Contributor)
Solution
Unfortunately, no. You can toggle it via EWS, see for example the Delegate Management module: http://www.flobee.net/delegate-management-module-updated-2/
When 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.
1 best response

Accepted Solutions
best response confirmed by PCHealer (Brass Contributor)
Solution
Unfortunately, no. You can toggle it via EWS, see for example the Delegate Management module: http://www.flobee.net/delegate-management-module-updated-2/

View solution in original post