Forum Discussion
Error with deleting booking delegates
Hello,
Thanks for your response. This is where I have gone - I just described it differently on my initial post.
I have put a screenshot on this reply showing the screen I tried to remove the user from. Attachment name: delegate screen.png
When I highlight the user (like in the screenshot) then click the minus, it removes them from the list. But when I click save it loads for a second then displays the error noted in the initial call. If I click OK to the error, the change has not applied.
Thanks,
The attached screen shot is from the Exchange Admin Center.
What I'm suggesting is to try to delete the User on Resources under Admin Center.
- AnonymousSep 13, 2017
I have done this and got the error attached when tried to save after removing the user as a delegate (error attached)
Also, I don't have any powershell experience. There is only one person in my team that knows it fully and he is off.
- Aljohn BonifacioSep 13, 2017Iron Contributor
Here's the link to help you in connecting to PowerShell: https://technet.microsoft.com/en-us/library/jj984289(v=exchg.160).aspx
When you're already connected, to clear up the error, you may use sample PowerShell cmdlets below to refresh the Resource Mailbox:
Remove or clear delegates
Set-CalendarProcessing -Identity "ittrainingroom@domain.com" -ResourceDelegates $nullAdd delegates
Set-CalendarProcessing -Identity "ittrainingroom@domain.com" -ResourceDelegates "user1@domain.com","user2@domain.com","user3@domain.com"- AnonymousSep 13, 2017
Hi and thank you.
Is this the only way of removing the delegate? Is there no way of resolving the error message without powershell?
Also, using the removing delegates command, is there a way to specify which individual delegates to remove?
- AnonymousSep 13, 2017
Adding delegates also has this issue too if this helps narrow it down - adding and removing gives the same error message.