Returns a list of licenses deployed by a partner for a specific tenant.
Get-PCCustomerLicenseDeployment [[-TenantId] <String>] [[-SaToken] <String>] [<CommonParameters>]
The Get-PCCustomerLicenseDeployment cmdlet retrieves a list of licenses deployed by a partner for a specific tenant.
Specifies the tenant id.
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
This cmdlet requires App+User authentication
Retrieve a list of deployed liceses for the specified tenant.
PS C:\>Get-PCCustomerLicenseDeployment -TenantId 97037612-799c-4fa6-8c40-68be72c6b83c
Select a customer tenant
$customer = Get-PCCustomer -TenantId '<tenant id GUID>'
Get customer license deployment information
Get-PCCustomerLicenseDeployment -TenantId $customer.id