When a new user starts at Stepherson Associates, we need to connect via PowerShell to Exchange online to properly add mailbox permissions. Here is how:
- Run PowerShell as Administrator
- Connect to Exchange Online using: Connect-ExchangeOnline -UserPrincipalName [your admin user name for SBSA]
- Set Default permissions to allow everyone to see calendar using: Set-MailboxFolderPermission -Identity [email of new user]:\calendar -user Default -AccessRights Reviewer
- Grant Kacie and Andrea Publishing Editor access using:
Add-MailboxFolderPermission -Identity [email of new user]:\calendar -user Andrea -AccessRights PublishingEditor
Add-MailboxFolderPermission -Identity [email of new user]:\calendar -user kwashington@stephersonassociates.com -AccessRights PublishingEditor
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article