< Back

Get-PartnerIndirectReseller

Sat Jan 18, 2020 6:31 pm

NAME Get-PartnerIndirectReseller



SYNOPSIS

Gets a list of indirect resellers.





SYNTAX

Get-PartnerIndirectReseller [-CustomerId <String>] [<CommonParameters>]





DESCRIPTION

Gets a list of indirect resellers.





PARAMETERS

-CustomerId <String>

The identifier for the customer.



Required? false

Position? named

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.Relationships.PSPartnerRelationship







NOTES









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



PS C:\\> Get-PartnerIndirectReseller



Gets a list of indirect resellers.







RELATED LINKS

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