Share via


Get-PartnerRoleMember

Gets the members of the specified partner role.

Syntax

Default (Default)

Get-PartnerRoleMember
    [[-RoleId] <String>]
    [<CommonParameters>]

Description

Gets the members of the specified partner role.

Examples

Example 1

PS C:\> Get-PartnerRole -RoleId '00000000-0000-0000-0000-000000000000'

Gets the members of the specified role.

Parameters

-RoleId

The identifier of the role.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:0
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

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

Inputs

None

Outputs

Microsoft.Store.PartnerCenter.PowerShell.Models.Roles.PSUserMember