AdamsAPlus
Member
- Reaction score
- 0
- Location
- Portland TN
Ok I have not used Exchange 2010 that much. I am still used to the older versions where you have the Exchange tabs in AD. Well now I'm trying to change a userA's permissions on userB's Calendar from AvailabilityOnly to Editor.
If I understand it right I need to use Set-MailboxFolderPermission. I have tried several things but keep getting different errors. I'm using the Exchange Management Shell
From what I have read it looks like it should be
Set-MailboxFolderPermission -Identity userB@workplace.com:\Calendar -User userA@workplace.com -AccessRights Editor
But I get The specified mailbox userB@workplace.com does not exist.
When I do
Get-MailboxFolderPermission -Identity userB@workplace.com:\Calendar
it works fine. What am I doing wrong?
If I understand it right I need to use Set-MailboxFolderPermission. I have tried several things but keep getting different errors. I'm using the Exchange Management Shell
From what I have read it looks like it should be
Set-MailboxFolderPermission -Identity userB@workplace.com:\Calendar -User userA@workplace.com -AccessRights Editor
But I get The specified mailbox userB@workplace.com does not exist.
When I do
Get-MailboxFolderPermission -Identity userB@workplace.com:\Calendar
it works fine. What am I doing wrong?