Skip to content

Latest commit

 

History

History
63 lines (44 loc) · 1.53 KB

Get-PartnerRoleMember.md

File metadata and controls

63 lines (44 loc) · 1.53 KB
content_git_url external help file Module Name online version original_content_git_url schema
Microsoft.Store.PartnerCenter.PowerShell.dll-Help.xml
PartnerCenter
2.0.0

Get-PartnerRoleMember

SYNOPSIS

Gets the members of the specified partner role.

SYNTAX

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

DESCRIPTION

Gets the members of the specified partner role.

EXAMPLES

Example 1

PS C:\> Get-PartnerRole -RoleId 'a654330a-cea1-4f76-9641-8195bdd795d3'

Gets the members of the specified role.

PARAMETERS

-RoleId

The identifier of the role.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 0
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.

INPUTS

None

OUTPUTS

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

NOTES

RELATED LINKS