Forum Discussion
SAMUELT2465
Jul 18, 2024Copper Contributor
Delegate
We are trying to use PowerShell to set the delegation of a user's calendar to an other user's account.
Add-MailboxFolderPermission -Identity [EMAIL_ADDRESS1]:\Calendar -User [EMAIL_ADDRESS2] -AccessRights Editor -SharingPermissionFlags Delegate,CanViewPrivateItems
We ran the script, however, it only set the delegation to "Delegate Only" and we wanted to set it to "Both my delegate and me" so both people can receive and respond to the meeting invite.
Any way to achieve that?
SAMUELT2465 Does this help? (Are you using Exchange Online or On-Premise?)
Please click Mark as Best Response & Like if my post helped you to solve your issue.
This will help others to find the correct solution easily. It also closes the item.
If one of the posts was helpful in other ways, please consider giving it a Like.- SAMUELT2465Copper ContributorHarm_Veenstra We are using Exchange Online. I am already using the -SharingPermissionFlags
parameter and all the values (see in my original post). This will only set the permission to "Delegate Only", which is not what we want. Did I miss anything?
Thanks,
Sam- I'm unsure if you can set it using PowerShell or if it's just something you can only place using the Outlook client. So many people are asking about it, but there is no answer. (I didn't find any at least)