Link to home
Start Free TrialLog in
Avatar of rymattcart
rymattcartFlag for United States of America

asked on

Manage Secondary Calendar Permissions in Powershell

Hello
I am trying to assign permissions to a users secondary calendar in exchange 2010 using the powershell command and receiving the response that the calendar doesnt exist.
I can log in and see the secondary calendar via OWA.

Is this not possible to do via powershell?
Avatar of SubSun
SubSun
Flag of India image

Which command you trying and what error you getting?

Are you trying with Add-MailboxFolderPermission?

http://technet.microsoft.com/en-us/library/dd298062%28v=exchg.150%29.aspx
Avatar of rymattcart

ASKER

I started by trying to Add or Set and then resorted to just checking the permissions with the failed output below:
Get-MailboxFolderPermission username:\Calendar 2

Output is: the operation couldnt be performed because 'username:\Calendar 2' cannot be found.
Try with email address and see if it works...
Get-MailboxFolderPermission "username@domain.com:\Calendar 2"
Same result.
Does the command work for other folders?
yes it works for primary calendars perfectly
Then if the folder name is correct, the command should work..
I agree - it just doesnt seem to work on secondary calendars
It works for me on my Exch2010 SP3? Which version Exchange you have?
exchange 2010 v14.02.0247.005
ASKER CERTIFIED SOLUTION
Avatar of SubSun
SubSun
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ok thank you.  I believe you have answered my question as to if this is possible with subfolders