Deutsch
|
English

Create room list in Exchange

Smart Reservation

IC1254
Smart Reservation

Create a list of Exchange meeting rooms so that they can be booked later via the FM portal and Outlook.

Procedure

Run the following script in the Exchange Management Shell:

new-DistributionGroup -Name 'eTASK-Rooms' -SamAccountName 'eTASK-Rooms' -Alias 'eTASK-Rooms'

Set-DistributionGroup -Identity "eTASK-Rooms" -RoomList

The room list is created.

To product page
War dieser Artikel hilfreich?