< Back

Get-PartnerRoleMember

Sat Jan 18, 2020 6:33 pm

NAME 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.





PARAMETERS

-RoleId <String>

The identifier of the role.



Required? false

Position? 0

Default value None

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None







OUTPUTS

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







NOTES









-------------------------- Example 1 --------------------------



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



Gets the members of the specified role.







RELATED LINKS

Online Version: https://docs.microsoft.com/powershell/m ... RoleMember