Table of Contents

New-PnPPlannerPlan

SYNOPSIS

Required Permissions

  • Microsoft Graph API: One of Tasks.ReadWrite or Group.ReadWrite.All (delegated), or Tasks.ReadWrite.All (application). Additionally Group.Read.All when -Group is supplied as a mail nickname or display name rather than as a group id, as resolving those reads the group from Microsoft Graph.

Creates a new Planner plan.

SYNTAX

New-PnPPlannerPlan -Group <PlannerGroupPipeBind> -Title <String>  

DESCRIPTION

This cmdlet creates a new Planner plan.

EXAMPLES

Example 1

New-PnPPlannerPlan -Group "Marketing" -Title "Conference Plan"

This example will add a new plan called "Conference Plan" to the "Marketing" group.

PARAMETERS

-Group

Specify the group name or id owning the plan.

Type: PlannerGroupPipeBind
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Title

Specify the name of the new plan.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Microsoft 365 Patterns and Practices