Get-PartnerRoleMember
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 '00000000-0000-0000-0000-000000000000'
Gets the members of the specified role.
Parameters
-RoleId
The identifier of the role.
Type: | String |
Position: | 0 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
None
Outputs
Microsoft.Store.PartnerCenter.PowerShell.Models.Roles.PSUserMember