Breaking News

Exchange On-premise / 365 Calendar permissions Commands

NOTE: You must Run As Administrator Exchange Shell Console OR PowerShell connector to exchange 365

  • To look what permissions are set on Calendar item

Get-MailboxFolderPermission -identity “Username OR Email Address:\Calendar”

EXAMPLE: Get-MailboxFolderPermission -identity Support@bartosha.com:\Calendar

  • To change permissions on a Calendar item

Add-MailboxFolderPermission -identity “Username OR Email Address:\Calendar” -user Username OR Email Address -AccessRights Reviewer OR Editor

EXAMPLE: Add-MailboxFolderPermission -identity Support@bartosha.com:\Calendar -user Eden@bartosha.com -AccessRights Editor

  • To remove  permissions set on a user

Remove-MailboxFolderPermission -identity “Username OR Email Address:\Calendar” -user ” Username OR Email Address to remove

EXAMPLE: Remove-MailboxFolderPermission -identity Support@bartosha.com:\Calendar -user Eden@bartosha.com

About The Author