< Back

Get-MPCCustomer

Sat Jan 18, 2020 4:11 pm

NAME Get-MPCCustomer



SYNOPSIS

Gets a customer from the Microsoft Partner Center.





SYNTAX

Get-MPCCustomer [-MPCToken] <String> [-Domain] <String> [<CommonParameters>]





DESCRIPTION

Long description





PARAMETERS

-MPCToken <String>

Microsoft Partner Center authentication token



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Domain <String>

Custom or onmicrosoft.com domain



Required? true

Position? 2

Default value

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



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>$mpcToken = Get-MPCToken -ApplicationID f5e4f291-6e60-48c0-bc2e-e72e9a3a0464 -Credential (Get-Credential)



Get-MPCCustomer -MPCToken $mpcToken.access_token -Domain netgaintest1.onmicrosoft.com











RELATED LINKS