Forum Discussion
WoodyFromOz
Mar 13, 2019Copper Contributor
Setting calendar access in PowerShell without explicit sharing
In Office 365 I can set calendar view access levels for all users in my organization from the Outlook web UI. This assumes that I am logged on to that specific user mailbox and does not appear to be...
mderooij
Mar 23, 2019MVP
The interorg-level permissions are set through the 'Default' user context; Set-MailboxFolderPermission -Identity <User>:\Calendar -User Default -AccessRights Reviewer (=FullDetails, the default is AvailabilityOnly).