Link to home
Start Free TrialLog in
Avatar of Dinesh Babu
Dinesh BabuFlag for India

asked on

Exchange management shell

Hello Everyone,

I want to extract who are all having access to the users calendar for that I am using the below cmdlet,
Get-MailboxFolderPermission -Identity john@contoso.com:\Calendar
Above cmdlet works fine for primary calendar, but I want to access shared calendar created by the same user, say "first technical team" is the shared calendar name
if I run the same cmdlet i am getting error, please help me with the syntax.
Get-MailboxFolderPermission -Identity "john@contoso.com:\Calendar\'first technical team'"

Thanks in advance
ASKER CERTIFIED SOLUTION
Avatar of sirbounty
sirbounty
Flag of United States of America 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
SOLUTION
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
Avatar of Dinesh Babu

ASKER

@Sirbounty thanks for your prompt responses, both method worked like a charm.
Thank you so much.
Both method mentioned by Sirbounty worked.
Thank you
Happy to have helped. :^)