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

Latest commit

 

History

History
53 lines (36 loc) · 1.06 KB

Get-PCCustomerBillingProfile.md

File metadata and controls

53 lines (36 loc) · 1.06 KB

Get-PCCustomerBillingProfile

Returns the specified customer's billing profile.

SYNTAX

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

DESCRIPTION

The Get-PCCustomerBillingProfile cmdlet returns the specified customer's billing profile.

PARAMETERS

-TenantId <String>

Specifies the tenant used for scoping 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

Get customer billing profile for the specified tenant.

    Get-PCCustomerBillingProfile -TenantId <Tenant Id>