Sæt rettigheder på specifik kalender i Office 365 til alle brugere

Opret forbindelse til Exchange Online via Powershell.

Sæt rettigheder på en specefik kalender

Set-MailboxFolderPermission -Identity postkasse@mydomain.com:\kalender -user Default -AccessRights Author

Se hvilke rettigheder som er tildelt kalenderen

Get-MailboxFolderPermission -Identity postkasse@mydomain.com:\kalender |fl

Følgende rettigheder kan benyttes.

With this permission level (or role)You can
OwnerCreate, read, modify, and delete all items and files, and create subfolders. As the folder owner, you can change the permission levels that other people have for the folder. (Does not apply to delegates.)
Publishing EditorCreate, read, modify, and delete all items and files, and create subfolders. (Does not apply to delegates.)
EditorCreate, read, modify, and delete all items and files.
Publishing AuthorCreate and read items and files, create subfolders, and modify and delete items and files that you create. (Does not apply to delegates.)
AuthorCreate and read items and files, and modify and delete items and files that you create.
ContributorCreate items and files only. The contents of the folder do not appear. (Does not apply to delegates.)
ReviewerRead items and files only.
CustomPerform activities defined by the folder owner. (Does not apply to delegates.)
NoneYou have no permission. You cannot open the folder.
error: Content is protected !!