Forum Discussion
SteinerSupportCalvary
May 02, 2019Copper Contributor
Can't set as delegates for some users in Microsoft 365 Admin Center
Our Setup is Active Directory syncing to Office 365 using Azure AD Connect. Here's an interesting problem. I have certain users that I need to setup as delegates for Room Resources so they can he...
- May 02, 2019
I'd recommend avoiding the O365 portal where possible, it's ridden with bugs. To add a resource delegate via the EAC, go to Recipients -> Resources -> Double-click the room in question -> Booking delegates -> add the person.
To do it via PowerShell:
Set-CalendarProcessing bathroom -ResourceDelegates user@domain.com
MiDominguez
Jun 02, 2023Copper Contributor
I had the same issue but with delegating access to a user on another person's acct. I couldn't see the person I was trying to delegate access to and I figured out that it was because the user acct had previously been converted to a shared acct - once I converted it back to a regular acct I was then able to find and delegate this access to that user.