Forum Discussion
Error with deleting booking delegates
Try to delete the User on the Admin Center under Resources, then click Rooms & equipment. Select Room, click Edit Delegates and click the User you want to remove then click Save.
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,
- Aljohn BonifacioSep 12, 2017Iron Contributor
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.
- DeletedSep 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"