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

Latest commit

 

History

History
55 lines (36 loc) · 1.06 KB

File metadata and controls

55 lines (36 loc) · 1.06 KB

Get-PCSubscribedSKU

Returns a list of subscribed SKUs for the specified tenant.

SYNTAX

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

DESCRIPTION

The Get-SusbscribedSKU cmdlet retrieves a list of subscribed SKUs.

PARAMETERS

-TenantId <String>

The tenant Id assigned to the customer you want to retrieve.

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

Return the subscribed SKUs for the specified Tenant Id

PS C:\>Get-SubscribedSKU -TenantId '97037612-799c-4fa6-8c40-68be72c6b83c'