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

Latest commit

 

History

History
57 lines (37 loc) · 1.18 KB

Get-PCCustomerLicenseUsage.md

File metadata and controls

57 lines (37 loc) · 1.18 KB

Get-PCCustomerLicenseUsage

Returns a list of licenses deployed and assigned by a partner for a specified tenant.

SYNTAX

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

DESCRIPTION

The Get-PCCustomerLicenseUsage cmdlet retrieves a list of licenses deployed and assigned by a partner for a specified tenant.

PARAMETERS

-TenantId <String>

Specifies the tenant id.

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

This cmdlet requires App+User authentication.

EXAMPLES

EXAMPLE 1

Retrieve a list of assigned licenses for the specified tenant

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