Returns the specified customer company profile.
Get-PCCustomerCompanyProfile [[-TenantId] <String>] [[-SaToken] <String>] [<CommonParameters>]
The Get-PCCustomerCompanyProfile cmdlet retrieves the specified customer company profile.
Specifies a tenant id to scope this cmdlet.
Required? false
Position? 1
Default value $GlobalCustomerId
Accept pipeline input? false
Accept wildcard characters? false
Specifies an authentication token with your Partner Center credentials.
Required? false
Position? 2
Default value $GlobalToken
Accept pipeline input? false
Accept wildcard characters? false
Specify a customer
$customer = Get-PCCustomer -TenantId '<tenant id GUID>'
Get customer company profile
Get-PCCustomerCompanyProfile -TenantId $customer.id