< Back
Get-PartnerCustomerSubscribedSku
Post
NAME Get-PartnerCustomerSubscribedSku
SYNOPSIS
Gets a list of licenses available to users of the specified customer.
SYNTAX
Get-PartnerCustomerSubscribedSku -CustomerId <String> [-LicenseGroup {Group1 | Group2}] [<CommonParameters>]
DESCRIPTION
Gets a list of licenses available to users of the specified customer.
PARAMETERS
-CustomerId <String>
The identifier for the customer.
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-LicenseGroup <LicenseGroupId[]>
The identifier for the license group.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
None
OUTPUTS
Microsoft.Store.PartnerCenter.PowerShell.Models.Licenses.PSSubscribedSku
NOTES
-------------------------- 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.
RELATED LINKS
Online Version: https://docs.microsoft.com/powershell/m ... scribedSku
SYNOPSIS
Gets a list of licenses available to users of the specified customer.
SYNTAX
Get-PartnerCustomerSubscribedSku -CustomerId <String> [-LicenseGroup {Group1 | Group2}] [<CommonParameters>]
DESCRIPTION
Gets a list of licenses available to users of the specified customer.
PARAMETERS
-CustomerId <String>
The identifier for the customer.
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-LicenseGroup <LicenseGroupId[]>
The identifier for the license group.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
None
OUTPUTS
Microsoft.Store.PartnerCenter.PowerShell.Models.Licenses.PSSubscribedSku
NOTES
-------------------------- 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.
RELATED LINKS
Online Version: https://docs.microsoft.com/powershell/m ... scribedSku