Exchange 2013 – Grant Permissions to Room Resource

We have several room resources in our Exchange 2013 environment.  Occasionally, we need to make changes so new people can actually see what appointments are scheduled and not just see “busy” in the time slot.  I used to be able to make these changes via Exchange Management Console in previous versions of Exchange; however, it looks like I have to go to Exchange Management Shell now.

The commands used are:

Get-MailboxFolderPermission room.name:\calendar |fl
Add-MailboxFolderPermission room.name:\calendar -User user.name -AccessRights {Editor | Reviewer}
Set-MailboxFolderPermission room.name:\calendar – User user.name -AccessRights {Editor | Reviewer}


PDF pageEmail pagePrint page

2 Comments

  1. Do you mind if I quote a few of your posts as long as I provide credit and sources back to your blog? My website is in the exact same niche as yours and my visitors would truly benefit from a lot of the information you present here. Please let me know if this alright with you. Many thanks!

    August 30, 2017
    Reply
    • Eric said:

      Yes, that is fine.

      September 7, 2017
      Reply

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.