Search Results for

    Show / Hide Table of Contents

    Remove-PnPPlannerRoster

    SYNOPSIS

    Removes a Microsoft Planner Roster

    SYNTAX

    Remove-PnPPlannerRoster -Identity <PlannerRosterPipeBind> [-Connection <PnPConnection>] 
    

    DESCRIPTION

    Removes a Microsoft Planner Roster

    EXAMPLES

    EXAMPLE 1

    Remove-PnPPlannerRoster -Identity "6519868f-868f-6519-8f86-19658f861965"
    

    Removes the Microsoft Planner Roster with the provided identifier

    PARAMETERS

    -Connection

    Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.

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

    -Identity

    The name or ID of the Microsoft Planner Roster to remove

    Type: PlannerRosterPipeBind
    Parameter Sets: (All)
    
    Required: True
    Position: 0
    Default value: None
    Accept pipeline input: True (ByValue)
    Accept wildcard characters: False
    

    RELATED LINKS

    Microsoft 365 Patterns and Practices

    Back to top Generated by DocFX spacer