Usage
Extend planner task list command to list tasks in a bucket or plan.
Description
Lists the planner tasks in a bucket, plan, or tasks for the currently logged in user.
Options
| Option |
Description |
--bucketId [bucketId] |
ID of the bucket to list the tasks of. To retrieve tasks from a bucket, specify bucketId or bucketName, but not both |
--bucketName [bucketName] |
Name of the bucket to list the tasks of. To retrieve tasks from a bucket, specify bucketId or bucketName, but not both |
--planId [planId] |
ID of the plan to list the tasks of. Specify planId or planName when using bucketName |
--planName [planName] |
Name of the plan to list the tasks of. Specify planId or planName when using bucketName |
--ownerGroupId [ownerGroupId] |
ID of the group to which the plan belongs. Specify ownerGroupId or ownerGroupName when using planName |
--ownerGroupName [ownerGroupName] |
Name of the group to which the plan belongs. Specify ownerGroupId or ownerGroupName when using planName |
Additional Information
List Tasks
Examples
List tasks for the currently logged in user
m365 planner task list
List the Microsoft Planner tasks in the plan FtzysDykv0-9s9toWiZhdskAD67z
m365 planner task list --planId "iVPMIgdku0uFlou-KLNg6MkAE1O2"
List the Microsoft Planner tasks in the plan My Plan in group My Group
m365 planner task list --planName "My Plan" --ownerGroupName "My Group"
List the Microsoft Planner tasks in the bucket FtzysDykv0-9s9toWiZhdskAD67z
m365 planner task list --bucketId "FtzysDykv0-9s9toWiZhdskAD67z"
List the Microsoft Planner tasks in the bucket My Bucket belonging to plan iVPMIgdku0uFlou-KLNg6MkAE1O2
m365 planner task list --bucketName "My Bucket" --planId "iVPMIgdku0uFlou-KLNg6MkAE1O2"
List the Microsoft Planner tasks in the bucket My Bucket belonging to plan My Plan in group My Group
m365 planner bucket tasks list --bucketName "My Bucket" --planName "My Plan" --ownerGroupName "My Group"
Usage
Extend
planner task listcommand to list tasks in a bucket or plan.Description
Lists the planner tasks in a bucket, plan, or tasks for the currently logged in user.
Options
--bucketId [bucketId]bucketIdorbucketName, but not both--bucketName [bucketName]bucketIdorbucketName, but not both--planId [planId]planIdorplanNamewhen usingbucketName--planName [planName]planIdorplanNamewhen usingbucketName--ownerGroupId [ownerGroupId]ownerGroupIdorownerGroupNamewhen usingplanName--ownerGroupName [ownerGroupName]ownerGroupIdorownerGroupNamewhen usingplanNameAdditional Information
List Tasks
Examples
List tasks for the currently logged in user
m365 planner task listList the Microsoft Planner tasks in the plan FtzysDykv0-9s9toWiZhdskAD67z
m365 planner task list --planId "iVPMIgdku0uFlou-KLNg6MkAE1O2"List the Microsoft Planner tasks in the plan My Plan in group My Group
m365 planner task list --planName "My Plan" --ownerGroupName "My Group"List the Microsoft Planner tasks in the bucket FtzysDykv0-9s9toWiZhdskAD67z
m365 planner task list --bucketId "FtzysDykv0-9s9toWiZhdskAD67z"List the Microsoft Planner tasks in the bucket My Bucket belonging to plan iVPMIgdku0uFlou-KLNg6MkAE1O2
m365 planner task list --bucketName "My Bucket" --planId "iVPMIgdku0uFlou-KLNg6MkAE1O2"List the Microsoft Planner tasks in the bucket My Bucket belonging to plan My Plan in group My Group
m365 planner bucket tasks list --bucketName "My Bucket" --planName "My Plan" --ownerGroupName "My Group"