Exchange PowerShell - Get calendar folder permissions in any language
Getting a user's calendar folder permissions in Exchange via PowerShell is pretty straight forward as you can just use the standard :\\Calendar naming convention like below:
Get-MailboxFolderPermission -Identity user@domain:\\Calendar
This works fi...
itsallinthecode.com1 min read