Exchange 2010 and Calendars

Posted by robd on January 16, 2012
powershell
Here’s how to check who has access to a Calendar with Exchange 2010:

 Log onto a Exchange 2010 server,

Open Exchange Management Shell,

Run the following:

 Get-MailboxFolderPermission -Identity USERNAME:\calendar
Calendar isnt the only variable you can set with above command, you could use the following for the same result:
  • Inbox
  • SentItems
  • DeletedItems
  • Calendar
  • Contacts
  • Drafts
  • Journal
  • Tasks
  • Notes
  • JunkEmail
  • CommunicationHistory
  • Voicemail
  • Fax
  • Conflicts
  • SyncIssues
  • LocalFailures
  • ServerFailures

 

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.