question

LeeRoly-3305 avatar image
0 Votes"
LeeRoly-3305 asked ZhengqiLou-MSFT commented

Exchange Powershell Showing a Calendar Reviewer as a Delegate. Why??

I am setting some Exchange permissions for PA's and their charges.

I had a user who WAS a calendar Editor - Delegate for a charge.

During some housekeeping, I had to remove the user from the charge's calendar.

I was then asked to re-add them, but as a Reviewer

Now, the user is showing as a Reviewer with Delegate rights????

97903-capture1.png



How is this. I thought ONLY Editors can be Delegates?

I have done the same with other users, and when re-added as a Reviewer, they are NOT a Delegate!!

office-exchange-server-administration
capture1.png (2.4 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

michev avatar image
0 Votes"
michev answered

Probably something got borked on the backend, you can run the Remove-MailboxFolderPermission cmdlet with the -ResetDelegateUserCollection flag to reset this.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

ZhengqiLou-MSFT avatar image
0 Votes"
ZhengqiLou-MSFT answered ZhengqiLou-MSFT commented

Hi @LeeRoly-3305 ,

By default the Remove-MailboxFolderPermission cmdlet will also remove the SharingPermissionFlags:

98018-image.png

So as michev said, you could use the parameter to reset the flags.
97979-image.png

 Remove-MailboxFolderPermission -Identity "User:\Calendar" -ResetDelegateUserCollection 

Regards,
Lou


If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


image.png (82.8 KiB)
image.png (32.6 KiB)
· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @LeeRoly-3305 ,

Do the suggestions above help? If the issue has been resolved, please click “Accept as answer” to mark helpful reply as an answer, this will make answer searching in the forum easier and be beneficial to other community members as well.

Regards,
Lou


If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

0 Votes 0 ·

Hi @LeeRoly-3305 ,

It has been a long time since last reply, did these suggestions help you? If the above suggestion helps, please click “Accept as answer” to mark helpful reply as an answer.Your action would be helpful to other users who encounter the same issue and read this thread.

Regards,
Lou


If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

0 Votes 0 ·