Question
How can I troubleshoot calendar permissions errors with uConnect?
Overview
The steps listed below are only available for department administrators.
The "Get" cmdlet will tell you who has what level of access to the calendar in question. The "Add" and "Remove" cmdlets will add and remove permissions according to what user and level of access indicated at the end of the cmdlet. The "Set" cmdlet allows you to modify an existing permission entry. You can read further details about these cmdlets here:
http://technet.microsoft.com/en-us/library/dd335061(v=exchg.150).aspx
http://technet.microsoft.com/en-us/library/dd298062(v=exchg.150).aspx
http://technet.microsoft.com/en-us/library/dd351181(v=exchg.150).aspx
http://technet.microsoft.com/en-us/library/ff522363(v=exchg.150).aspx
Answer
For any department administrators experiencing calendar permission issues the following cmdlets can be very useful in troubleshooting:
- Get-MailboxFolderPermission -Identity [UPN]:\Calendar
- Add-MailboxFolderPermission -Identity [UPN]:\Calendar -User [UPN] -AccessRights [UPN]
- Remove-MailboxFolderPermission -Identity [UPN]:\Calendar -User [UPN] -AccessRights [UPN]
- Set-MailboxFolderPermission -Identity [UPN]:\Calendar -User [UPN] -AccessRights [UPN]