Get-PartnerCustomerSubscribedSku
Gets a list of licenses available to users of the specified customer.
Syntax
Get-PartnerCustomerSubscribedSku
-CustomerId <String>
[-LicenseGroup <LicenseGroupId[]>]
[<CommonParameters>]
Description
Gets a list of licenses available to users of the specified customer.
Examples
Example 1
PS C:\> Get-PartnerCustomerSubscribedSku -CustomerId '46a62ece-10ad-42e5-b3f1-b2ed53e6fc08'
Gets a list of licenses available to users of the specified customer.
Example 2
PS C:\> Get-PartnerCustomerSubscribedSku -CustomerId '46a62ece-10ad-42e5-b3f1-b2ed53e6fc08' -LicenseGroup Group1
Gets a list of Azure Active Directory (AAD) licenses available to users of the specified customer.
Example 3
PS C:\> Get-PartnerCustomerSubscribedSku -CustomerId '46a62ece-10ad-42e5-b3f1-b2ed53e6fc08' -LicenseGroup Group2
Gets a list of Minecraft licenses available to users of the specified customer.
Example 4
PS C:\> Get-PartnerCustomerSubscribedSku -CustomerId '46a62ece-10ad-42e5-b3f1-b2ed53e6fc08' -LicenseGroup Group1,Group2
Gets a list of Azure Active Directory (AAD) and Minecraft licenses available to users of the specified customer.
Parameters
-CustomerId
The identifier for the customer.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-LicenseGroup
The identifier for the license group.
Type: | LicenseGroupId[] |
Accepted values: | Group1, Group2 |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
None
Outputs
Microsoft.Store.PartnerCenter.PowerShell.Models.Licenses.PSSubscribedSku