Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Latest commit

 

History

History
63 lines (44 loc) · 1.52 KB

Get-PartnerIndirectReseller.md

File metadata and controls

63 lines (44 loc) · 1.52 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-PartnerIndirectReseller

SYNOPSIS

Gets a list of indirect resellers.

SYNTAX

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

DESCRIPTION

Gets a list of indirect resellers.

EXAMPLES

Example 1

PS C:\> Get-PartnerIndirectReseller

Gets a list of indirect resellers.

PARAMETERS

-CustomerId

The identifier for the customer.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
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.Relationships.PSPartnerRelationship

NOTES

RELATED LINKS