Try our new Certificate Revocation List Check Tool
CRLcheck.exe is a tool developed to verify digital signatures of executable files. It collects files from known paths on your client, checks their signature, and checks Certificate Revocation Lists (CRL) and OCSP download. This helps avoid delays in launching files.
Category published:  Exchange 2007 Exchange 2010   Click on the Category button to get more articles regarding that product.

Managing permission of Calendars or Room Resource with Powershell on Exchange 2007 / 2010

Posted by admin on 09.07.2013

 

 

In general you would give someone “Full access” with the ESM Exchange Management Konsole and that person then opens the Mailbox or Room with outlook.exe. Here is way to do this with powershell. As example if an assistant wants access to the calendar of her boss and he is on the plane. Please make sure you understand local laws and have the right to do so.

 

Important: The syntax keywords are language sensitive “Kalender or Calendar”

 

[PS] C:\>Get-MailboxFolderPermission “Sitzungszimmer_1_og:\calendar”

 

Der Vorgang konnte nicht ausgeführt werden, weil ‘Sitzungszimmer_1_og:\calendar’ nicht gefunden wurde. + CategoryInfo : NotSpecified: (:) [Get-MailboxFolderPermission], ManagementObjectNotFoundException

+ FullyQualifiedErrorId : AD004D43,Microsoft.Exchange.Management.StoreTasks.GetMailboxFolderPermission

Show the usage of the wrong command for English Exchange and a German Exchange

 

This is the place the end-user or you with outlook.exe would do such commands.

 

Screenshot above and below shows out of the box permission with nothing changed

Here is how to change to permissions:

German

 

Set-MailBoxFolderPermission Sitzungszimmer_2_OG:\kalender -User default -AccessRights PublishingEditor

Get-MailboxFolderPermission -identity sitzungszimmer_2_og:\kalender

 

English

 

Set-MailBoxFolderPermission Sitzungszimmer_2_OG:\calendar -User default -AccessRights PublishingEditor

Get-MailboxFolderPermission -identity sitzungszimmer_2_og:\calendar

 

Sets standard values for everyone which is authenticated on the Domain to “Publishing Editor”

A list of the English command can be found here:

http://www.o365info.com/2012/09/room-mailbox-powershell-commands.html

http://technet.microsoft.com/de-de/library/ff522363(v=exchg.150).aspx

 

 


 Category published:  Exchange 2007 Exchange 2010   Click on the Category button to get more articles regarding that product.