diff --git a/Configuration-RoomMailboxPermission.md b/Configuration-RoomMailboxPermission.md index b51564f..be2b2eb 100644 --- a/Configuration-RoomMailboxPermission.md +++ b/Configuration-RoomMailboxPermission.md @@ -1,6 +1,6 @@ # Nastavení výchozího oprávnění a přidání organizátora do předmětu události -``` +``` Powershell # Instalace a import modulu (odkomentuj podle potřeby) # Install-Module ExchangeOnlineManagement # Import-Module ExchangeOnlineManagement @@ -22,4 +22,5 @@ foreach($Identity in ($roomMailboxes | Select-Object -ExpandProperty UserPrincip # Přidá jméno organizátora do předmětu schůzky Set-CalendarProcessing -Identity $Identity -AddOrganizerToSubject $true -DeleteComments $false -DeleteSubject $false -ErrorAction Stop -} \ No newline at end of file +} +``` \ No newline at end of file