Exchange 2013 : Using Powershell to set Calendar Permissions

Exchange 2013 : Using Powershell to set Calendar Permissions

 

Sometimes, you will need to set up calendar permissions with powershell. It’s very simple with the Add-MailboxFolderPermission cmdlet.

Add-MailboxFolderPermission "UserAlias:\Calendar” –User "xxxx" –AccessRights <Editor,Owner,PublishingEditor,PublishingAuthor,Author,NonEditingAuthor,Reviewer,Contributor>

You can set up the following permissions :

  • Editor,
  • Owner,
  • PublishingEditor,
  • PublishingAuthor,
  • Author,
  • NonEditingAuthor,
  • Reviewer,
  • Contributor

Note:

"UserAlias:\Calendar”

Depending your local langage, “Calendar” can be different. For example in French “Calendrier”

About Nicolas 282 Articles
I work as an IT Production Manager, based in Paris (France) with a primary focus on Microsoft technologies. I have 10 years experience in administering Windows Servers. . I am a Microsoft MVP for Cloud & Datacenter Management. I also received the PowerShell Hero 2016 award by PowerShell.0rg. And finally, I am "MCSE: Cloud Platform and Infrastructure", "MCSA: Windows Servers", "Administering & Deploying SCCM", and CheckPoint CCSA certified.