New-PnPPlannerPlan
SYNOPSIS
Required Permissions
- Microsoft Graph API: Group.ReadWrite.All
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.