Returns a list of subscribed SKUs for the specified tenant.
Get-PCSubscribedSKU [[-TenantId] <String>] [[-SaToken] <String>] [<CommonParameters>]The Get-SusbscribedSKU cmdlet retrieves a list of subscribed SKUs.
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
Specifies an authentication token with your Partner Center credentials.
Required? false
Position? 2
Default value $GlobalToken
Accept pipeline input? false
Accept wildcard characters? false
Return the subscribed SKUs for the specified Tenant Id
PS C:\>Get-SubscribedSKU -TenantId '97037612-799c-4fa6-8c40-68be72c6b83c'