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.