planner plan list¶
Returns a list of plans associated with a specified group
Usage¶
m365 planner plan list [options]
Options¶
--ownerGroupId [ownerGroupId]
- ID of the Group that owns the plan. Specify either
ownerGroupId
orownerGroupName
but not both. --ownerGroupName [ownerGroupName]
- Name of the Group that owns the plan. Specify either
ownerGroupId
orownerGroupName
but not both. -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¶
Returns a list of Microsoft Planner plans for Group 233e43d0-dc6a-482e-9b4e-0de7a7bce9b4
m365 planner plan list --ownerGroupId "233e43d0-dc6a-482e-9b4e-0de7a7bce9b4"
Returns a list of Microsoft Planner plans for Group My Planner Group
m365 planner plan list --ownerGroupName "My Planner Group"