October 20

How to Change or Remove Mailbox Calendar Permissions with PowerShell?

User1 is the owner of the email, user2 is not the owner.

Check the current calendar permissions:

Get-MailboxFolderPermission -Identity user1@domain.com:\calendar

remove the calendar permissions:

Remove-MailboxFolderPermission -Identity user1@domain.com:\calendar –user user2@domain.com

 

 

 

 

 


Posted October 20, 2022 by Ray in category "Uncategorized

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.