Exchange 2010 Calendar Reviewer permissions for all users

To enable Reviewer calendar permissions for all users in your company, the easiest way to do this is by using a PowerShell script in the Exchange Management Shell.

Add-MailboxFolderPermission -identity "sAMAccountName:\calendar" -user "domain\MailEnabledGroup" -AccessRights Reviewer

Leave a comment