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

Latest commit

 

History

History
69 lines (46 loc) · 1.4 KB

Get-PCCustomerLicenseDeployment.md

File metadata and controls

69 lines (46 loc) · 1.4 KB

Get-PCCustomerLicenseDeployment

Returns a list of licenses deployed by a partner for a specific tenant.

SYNTAX

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

DESCRIPTION

The Get-PCCustomerLicenseDeployment cmdlet retrieves a list of licenses deployed by a partner for a specific 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 deployed liceses for the specified tenant.

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

EXAMPLE 2

Select a customer tenant

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

Get customer license deployment information

    Get-PCCustomerLicenseDeployment -TenantId $customer.id