Get-PnPPlannerRosterMember
SYNOPSIS
Required Permissions
- Azure: tasks.office.com
Returns the current members of a Microsoft Planner Roster
SYNTAX
Get-PnPPlannerRosterMember -Identity <string> [-Connection <PnPConnection>]
DESCRIPTION
This cmdlet will return the current members of a Microsoft Planner Roster
EXAMPLES
Example 1
Get-PnPPlannerRosterMember -Identity "6519868f-868f-6519-8f86-19658f861965"
Returns the current members of a Microsoft Planner Roster with the provided Id
PARAMETERS
-Identity
Id of the Microsoft Planner Roster plan of which to return its current members
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-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)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False