Search Results for

    Show / Hide Table of Contents

    Remove-PnPPlannerTask

    SYNOPSIS

    Required Permissions

    • Microsoft Graph API: Group.ReadWrite.All

    Removes a Planner task.

    SYNTAX

    Remove-PnPPlannerTask -Task <PlannerTaskPipeBind> 
    

    DESCRIPTION

    This cmdlet removes a specific Planner task.

    EXAMPLES

    Example 1

    Remove-PnPPlannerTask -Task _LIqnL4lZUqurT71i2-iY5YALFLk
    

    Removes the task with the specified id.

    PARAMETERS

    -Task

    Specify the id or Task object to delete.

    Type: PlannerTaskPipeBind
    Parameter Sets: (All)
    Aliases:
    
    Required: True
    Position: Named
    Default value: None
    Accept pipeline input: False
    Accept wildcard characters: False
    

    RELATED LINKS

    Microsoft 365 Patterns and Practices

    Back to top Generated by DocFX spacer