Office 365

Office 365: Give one user access to all calendar’s

Firstly, connect to Exchange Online Powershell, like described here: https://docs.microsoft.com/en-us/powershell/exchange/exchange-online/connect-to-exchange-online-powershell/connect-to-exchange-online-powershell?view=exchange-ps Then copy-paste this to a powershell.ps1 file, like calrights.ps1: Foreach ($mbx in get-mailbox){ $calendar=$mbx.alias+”:\Calendar” Add-mailboxfolderpermission -identity $calendar -user call -AccessRights Reviewer } USERNAME is the user you will give the rights…
Read more

By continuing to use the site, you agree to the use of cookies. more information

The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.

Close