Comparing sensitive data, confidential files or internal emails?

Most legal and privacy policies prohibit uploading sensitive data online. Diffchecker Desktop ensures your confidential information never leaves your computer. Work offline and compare documents securely.

Changed help output

Created Diff never expires
20 removals
122 lines
20 additions
120 lines
PLANNER PLAN LIST
PLANNER PLAN LIST
=================
=================


Returns a list of plans associated with a specified group
Returns a list of plans associated with a specified group




USAGE
USAGE


m365 planner plan list [options]
m365 planner plan list [options]





OPTIONS
OPTIONS


--ownerGroupId [ownerGroupId]
--ownerGroupId [ownerGroupId]
ID of the Group that owns the plan. Specify either ownerGroupId, ownerGroupName or rosterId.
ID of the Group that owns the plan. Specify either ownerGroupId, ownerGroupName or rosterId.

--ownerGroupName [ownerGroupName]
Name of the Group that owns the plan. Specify either ownerGroupId, ownerGroupName or rosterId.


--rosterId [rosterId]
--ownerGroupName [ownerGroupName]
ID of the Planner Roster. Specify either ownerGroupId, ownerGroupName or rosterId.
Name of the Group that owns the plan. Specify either ownerGroupId, ownerGroupName or rosterId.


-h, --help [help]
--rosterId [rosterId]
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.
ID of the Planner Roster. Specify either ownerGroupId, ownerGroupName or rosterId.


--query [query]
-h, --help [help]
JMESPath query string. See http://jmespath.org/ for more information and examples
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.


-o, --output [output]
--query [query]
Output type. json,text,csv,md. Default json
JMESPath query string. See http://jmespath.org/ for more information and examples


--verbose
-o, --output [output]
Runs command with verbose logging
Output type. json,text,csv,md. Default json


--debug
--verbose
Runs command with debug logging
Runs command with verbose logging


--debug
Runs command with debug logging




REMARKS
REMARKS


!!! attention
!!! caution
When using rosterId, the command is based on an API that is currently in preview and is subject to change once the API reached general availability.
When using rosterId, the command is based on an API that is currently in preview and is subject to change once the API reached general availability.
!!!




EXAMPLES
EXAMPLES


Returns a list of Microsoft Planner plans for Group 233e43d0-dc6a-482e-9b4e-0de7a7bce9b4
Returns a list of Microsoft Planner plans for Group 233e43d0-dc6a-482e-9b4e-0de7a7bce9b4


m365 planner plan list --ownerGroupId "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
Returns a list of Microsoft Planner plans for Group My Planner Group


m365 planner plan list --ownerGroupName "My Planner Group"
m365 planner plan list --ownerGroupName "My Planner Group"




Returns a list of Microsoft Planner plans for Roster FeMZFDoK8k2oWmuGE-XFHZcAEwtn
Returns a list of Microsoft Planner plans for Roster FeMZFDoK8k2oWmuGE-XFHZcAEwtn


m365 planner plan list --rosterId "FeMZFDoK8k2oWmuGE-XFHZcAEwtn"
m365 planner plan list --rosterId "FeMZFDoK8k2oWmuGE-XFHZcAEwtn"





RESPONSE
RESPONSE


JSON
JSON


[
[
{
{
"createdDateTime": "2015-03-30T18:36:49.2407981Z",
"createdDateTime": "2015-03-30T18:36:49.2407981Z",
"owner": "ebf3b108-5234-4e22-b93d-656d7dae5874",
"owner": "ebf3b108-5234-4e22-b93d-656d7dae5874",
"title": "My Planner Plan",
"title": "My Planner Plan",
"id": "xqQg5FS2LkCp935s-FIFm2QAFkHM",
"id": "xqQg5FS2LkCp935s-FIFm2QAFkHM",
"createdBy": {
"createdBy": {
"user": {
"user": {
"displayName": null,
"displayName": null,
"id": "95e27074-6c4a-447a-aa24-9d718a0b86fa"
"id": "95e27074-6c4a-447a-aa24-9d718a0b86fa"
},
},
"application": {
"application": {
"displayName": null,
"displayName": null,
"id": "ebf3b108-5234-4e22-b93d-656d7dae5874"
"id": "ebf3b108-5234-4e22-b93d-656d7dae5874"
}
}
},
},
"container": {
"container": {
"containerId": "ebf3b108-5234-4e22-b93d-656d7dae5874",
"containerId": "ebf3b108-5234-4e22-b93d-656d7dae5874",
"type": "group",
"type": "group",
"url": "https://graph.microsoft.com/v1.0/groups/ebf3b108-5234-4e22-b93d-656d7dae5874"
"url": "https://graph.microsoft.com/v1.0/groups/ebf3b108-5234-4e22-b93d-656d7dae5874"
}
}
}
}
]
]




Text
Text


id title createdDateTime owner
id title createdDateTime owner
---------------------------- --------------- ---------------------------- ------------------------------------
---------------------------- --------------- ---------------------------- ------------------------------------
xqQg5FS2LkCp935s-FIFm2QAFkHM My Planner Plan 2015-03-30T18:36:49.2407981Z ebf3b108-5234-4e22-b93d-656d7dae5874
xqQg5FS2LkCp935s-FIFm2QAFkHM My Planner Plan 2015-03-30T18:36:49.2407981Z ebf3b108-5234-4e22-b93d-656d7dae5874




CSV
CSV


id,title,createdDateTime,owner
id,title,createdDateTime,owner
xqQg5FS2LkCp935s-FIFm2QAFkHM,My Planner Plan,2015-03-30T18:36:49.2407981Z,ebf3b108-5234-4e22-b93d-656d7dae5874
xqQg5FS2LkCp935s-FIFm2QAFkHM,My Planner Plan,2015-03-30T18:36:49.2407981Z,ebf3b108-5234-4e22-b93d-656d7dae5874




Markdown
Markdown


# planner plan list --ownerGroupId "ebf3b108-5234-4e22-b93d-656d7dae5874"
# planner plan list --ownerGroupId "ebf3b108-5234-4e22-b93d-656d7dae5874"


Date: 27/12/2022
Date: 27/12/2022


## My Planner Plan (xqQg5FS2LkCp935s-FIFm2QAFkHM)
## My Planner Plan (xqQg5FS2LkCp935s-FIFm2QAFkHM)


Property | Value
Property | Value
---------|-------
---------|-------
createdDateTime | 2021-12-12T14:00:50.4522129Z
createdDateTime | 2021-12-12T14:00:50.4522129Z
owner | ebf3b108-5234-4e22-b93d-656d7dae5874
owner | ebf3b108-5234-4e22-b93d-656d7dae5874
title | My Planner Plan
title | My Planner Plan
id | xqQg5FS2LkCp935s-FIFm2QAFkHM
id | xqQg5FS2LkCp935s-FIFm2QAFkHM
createdBy | {"user":{"displayName":null,"id":"dd8b99a7-77c6-4238-a609-396d27844921"},"application":{"displayName":null,"id":"09abbdfd-ed23-44ee-a2d9-a627aa1c90f3"}}
createdBy | {"user":{"displayName":null,"id":"dd8b99a7-77c6-4238-a609-396d27844921"},"application":{"displayName":null,"id":"09abbdfd-ed23-44ee-a2d9-a627aa1c90f3"}}
container | {"containerId":"ebf3b108-5234-4e22-b93d-656d7dae5874","type":"group","url":"https://graph.microsoft.com/v1.0/groups/ebf3b108-5234-4e22-b93d-656d7dae5874"}
container | {"containerId":"ebf3b108-5234-4e22-b93d-656d7dae5874","type":"group","url":"https://graph.microsoft.com/v1.0/groups/ebf3b108-5234-4e22-b93d-656d7dae5874"}