Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Latest commit

 

History

History
59 lines (40 loc) · 1.12 KB

Get-PCCustomerCompanyProfile.md

File metadata and controls

59 lines (40 loc) · 1.12 KB

Get-PCCustomerCompanyProfile

Returns the specified customer company profile.

SYNTAX

Get-PCCustomerCompanyProfile [[-TenantId] <String>] [[-SaToken] <String>] [<CommonParameters>]

DESCRIPTION

The Get-PCCustomerCompanyProfile cmdlet retrieves the specified customer company profile.

PARAMETERS

-TenantId <String>

Specifies a tenant id to scope this cmdlet.

Required?                    false
Position?                    1
Default value                $GlobalCustomerId
Accept pipeline input?       false
Accept wildcard characters?  false

-SaToken <String>

Specifies an authentication token with your Partner Center credentials.

Required?                    false
Position?                    2
Default value                $GlobalToken
Accept pipeline input?       false
Accept wildcard characters?  false

INPUTS

OUTPUTS

NOTES

EXAMPLES

EXAMPLE 1

Specify a customer

    $customer = Get-PCCustomer -TenantId '<tenant id GUID>'

Get customer company profile

    Get-PCCustomerCompanyProfile -TenantId $customer.id