This script takes a CSV of desired room resources. It will create each room in Exchange 2010/2013 and set the required properties to allow the room to be integrated with Blue Jeans Relay.
This script does not provision the corresponding Endpoints in Relay. You can use the Bulk Upload feature or REST API for automated Relay provisioning.
- Save
createrooms.ps1
androoms.csv
to a directory that you can access from your Exchange Management Shell instance. - Edit
rooms.csv
to contain your desired rooms, where the first column will be the friendly name and the second column is the SMTP email address of the mailbox. - If your Relay mailbox user is named something other than the default
relay
, modifycreaterooms.ps1
accordingly. - Open Exchange Management Shell and
cd
to the directory where you saved the files above. - Run
.\createrooms.ps1
. - Behold your new room list in
Exchange Admin Center > recipients > resources
.