< Back

Get-PartnerCustomer

Sat Jan 18, 2020 6:27 pm

NAME Get-PartnerCustomer



SYNOPSIS

Gets a specific customer or a list of available customers.





SYNTAX

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



Get-PartnerCustomer -Domain <String> [<CommonParameters>]





DESCRIPTION

The Get-PartnerCustomer cmdlet gets a specific customer or a list of customers from Partner Center.





PARAMETERS

-CustomerId <String>

The identifier for the customer.



Required? false

Position? 0

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Domain <String>

The domain assigned to the Azure AD tenant of the customer.



Required? true

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.Customers.PSCustomer







NOTES









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



PS C:\\> Get-PartnerCustomer



Gets a list of all available customers from Partner Center.





-------------------------- Example 2 --------------------------



PS C:\\> Get-PartnerCustomer -CustomerId '2ca7de6c-c05c-46b5-b689-32e53573a97a'



Gets the customer with the identifier of 2ca7de6c-c05c-46b5-b689-32e53573a97a from Partner Center.







RELATED LINKS

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