Remove Resource Delegates via powershell
Hi,
I have added a delegate for a room mailbox and now i am trying to remove it from the delegates list of the resource mailbox using Exchange Management Shell.
Set-MailboxCalendarSettings -Identity ConferenceRoom -ResourceDelegates <delegates>
The problem i encounter is that the ResourceDelegates parameter doesn't accept a null value so i cannot remove the user account from this list.Any ideas on how to accomplish this?Thanks in advance.
January 5th, 2010 10:09pm
Hi MJH74,The command that works for me is Set-MailboxCalendarSettings -Identity ConferenceRoom -ResourceDelegates $nullthat clears all the delegatesregardsRussell
Free Windows Admin Tool Kit Click here and download it now
January 6th, 2010 1:41am