foreach ($Mailbox in (Get-Mailbox -ResultSize Unlimited)) { Add-MailboxFolderPermission -identity “$($Mailbox.Name):\calendar” -AccessRights Author -User default }
Give all users access to all mailbox calendar
Leave a reply
foreach ($Mailbox in (Get-Mailbox -ResultSize Unlimited)) { Add-MailboxFolderPermission -identity “$($Mailbox.Name):\calendar” -AccessRights Author -User default }
If you have created a room mailbox, and want to create appointments directly in the calendar of the room mailbox, then you need to:
Then it will not automatic delete calendar appointments anymore.