Share calendars in Exchange Online using PowerShell | #PowerShell #ExchangeOnline #O365

preview_player
Показать описание
Hi Everyone,
Today's video will show you how to share a calendar in Exchange Online. You can use the below commands to Add/Remove someone or Check who has access to a Calendar.

1) To add a user to a calendar:
Add-MailboxFolderPermission -Identity -User -AccessRights

2) To remove a user from a calendar:
Remove-MailboxFolderPermission -Identity -User

3)To check who has access to a calendar:
Get-MailboxFolderPermission -Identity

The roles that are available, along with the permissions that they assign, are described in the following list:

Author: CreateItems, DeleteOwnedItems, EditOwnedItems, FolderVisible, ReadItems

Contributor: CreateItems, FolderVisible

Editor: CreateItems, DeleteAllItems, DeleteOwnedItems, EditAllItems,
EditOwnedItems, FolderVisible, ReadItems

None: FolderVisible

NonEditingAuthor: CreateItems, DeleteOwnedItems, FolderVisible, ReadItems

Owner: CreateItems, CreateSubfolders, DeleteAllItems, DeleteOwnedItems, EditAllItems, EditOwnedItems, FolderContact, FolderOwner, FolderVisible, ReadItems

PublishingAuthor: CreateItems, CreateSubfolders, DeleteOwnedItems,
EditOwnedItems, FolderVisible, ReadItems

PublishingEditor: CreateItems, CreateSubfolders, DeleteAllItems,
DeleteOwnedItems, EditAllItems, EditOwnedItems, FolderVisible, ReadItems

Reviewer: FolderVisible, ReadItems
Рекомендации по теме
Комментарии
Автор

Please make sure to connect to Exchange Online first. I should have mentioned it at the beginning of the video
Below is the link to my YouTube video on connecting to Exchange Online.

TechTripChannel
Автор

Well explanation. Keep it up, Thankyou.

tkrhxyp
Автор

there was the missing information for my problem. Thank you very much! :) PS: Which keyboard model are you using? That had something of ASMR :D

Pascal_windy
Автор

This was an awesome video man, thank you so much! Straight to the point!

dblifeisback
Автор

please is there anyway to share the calendar with Office 365 group using the exchange online powershell command?? Please

medlotfi
Автор

How can I do the same in Exchange server On prem. Could you please advise?

KushanRandima