add language selector
This commit is contained in:
@@ -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
|
||||
@@ -23,3 +23,4 @@ foreach($Identity in ($roomMailboxes | Select-Object -ExpandProperty UserPrincip
|
||||
Set-CalendarProcessing -Identity $Identity -AddOrganizerToSubject $true -DeleteComments $false -DeleteSubject $false -ErrorAction Stop
|
||||
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user