We’ve had a number of queries recently relating to the Room Finder. The key thing to be aware of is that this information, although some of your rooms’ info may be in the address list, the Room Finder data is generated via a query of specific values set at the server (via the set-place cmdlet), regardless of what the address list details are.
To appear in the Room Finder your meeting rooms must have been added to a special group, known as a Room List. This will usually be the name of the building. If you wish the Nexus Team to make one of your rooms visible to the Room Finder we must therefore be told, as a minimum, which Room List it should be added to, or what name should be given to a new Room List if it doesn’t already exist.
If you would like us to retrospectively populate your rooms’ data in bulk, a spreadsheet containing the appropriate info from the list below would be useful to us.
Some of the values which can be set, and are searchable options in the Room Finder:
– audiodevicename (text value)
-building (text)
-capacity (integer)
-city (text)
-CountryOrRegion (text)
-displaydevicename (text)
-floor (integer)
-floorlabel (text)
-geocoordinates (integer)
-iswheelchairaccessible (true/false)
-label
-postalcode (text)
-phone
-state (text)
-street (text)
-tags (text)
-videodevicename (text)
Example command to configure those:
Set-Place -Identity "Logon name of a room somewhere in Oxford in aaaa1111@ox.ac.uk format" -CountryOrRegion "UK" -City "Oxford" -Floor 99 -FloorLabel "99th Floor" -Capacity 7000 -IsWheelchairAccessible $true -Street "9999 VeryShort Street" -GeoCoordinates "51.752022; -1.257726" -Building "Not Rex" -State Oxon -PostalCode "OX1 1EG" -Phone “+441865 1234567" -Label "Training Room" -VideoDeviceName "Big telly" -AudioDeviceName Microphone -Tags Training, Development, Videoconference