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
- output usage information
--query [query]
- JMESPath query string. See http://jmespath.org/ for more information and examples
-o, --output [output]
- Output type.
json,text,csv
. Defaultjson
--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"