Skip to content

outlook room list

Get a collection of all available rooms

Usage

m365 outlook room list [options]

Options

--roomlistEmail [roomlistEmail]
Use to filter returned rooms by their roomlist email (eg. bldg2@contoso.com)
-h, --help [help]
Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are options, examples, remarks, response, full. Default is full.
--query [query]
JMESPath query string. See http://jmespath.org/ for more information and examples
-o, --output [output]
Output type. json,text,csv,md. Default json
--verbose
Runs command with verbose logging
--debug
Runs command with debug logging

Examples

Get all the rooms

m365 outlook room list

Get all the rooms of specified roomlist e-mail address

m365 outlook room list --roomlistEmail "bldg2@contoso.com"

Response

[
  {
    "id": "98c40767-158a-44f0-9dda-c95b86f079ca",
    "emailAddress": "Largeroom@contoso.com",
    "displayName": "Large room",
    "geoCoordinates": null,
    "phone": "",
    "nickname": "Large room",
    "building": null,
    "floorNumber": null,
    "floorLabel": null,
    "label": null,
    "capacity": 25,
    "bookingType": "standard",
    "audioDeviceName": null,
    "videoDeviceName": null,
    "displayDeviceName": null,
    "isWheelChairAccessible": false,
    "tags": [],
    "address": {
      "street": "Microsoft Way 1",
      "city": "Redmond",
      "state": "Washington",
      "countryOrRegion": "US",
      "postalCode": "98053"
    }
  }
]
id                                    displayName  phone  emailAddress
------------------------------------  -----------  -----  ---------------------
98c40767-158a-44f0-9dda-c95b86f079ca  Large room          Largeroom@contoso.com
id,displayName,phone,emailAddress
98c40767-158a-44f0-9dda-c95b86f079ca,Large room,,Largeroom@contoso.com
# outlook room list

Date: 27/1/2023

## Large room (98c40767-158a-44f0-9dda-c95b86f079ca)

Property | Value
---------|-------
id | 98c40767-158a-44f0-9dda-c95b86f079ca
emailAddress | Largeroom@VanRoeyBeSPDev.onmicrosoft.com
displayName | Large room
geoCoordinates | null
phone |
nickname | Large room
building | null
floorNumber | null
floorLabel | null
label | null
capacity | 25
bookingType | standard
audioDeviceName | null
videoDeviceName | null
displayDeviceName | null
isWheelChairAccessible | false
tags | []
address | {"street":"Microsoft Way 1","city":"Redmond","state":"Washington","countryOrRegion":"US","postalCode":"98053"}