< Back

Get-PartnerProductSku

Sat Jan 18, 2020 6:32 pm

NAME Get-PartnerProductSku



SYNOPSIS

Gets the available SKUs for the specified product.





SYNTAX

Get-PartnerProductSku [-CountryCode <String>] -ProductId <String> [-ReservationScope <String>] -Segment

{commercial | education | government | nonprofit} [<CommonParameters>]



Get-PartnerProductSku [-CountryCode <String>] -ProductId <String> [-ReservationScope <String>] -SkuId <String>

[<CommonParameters>]





DESCRIPTION

Gets the available SKUs for the specified product.





PARAMETERS

-CountryCode <String>

The country on which to base the product.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-ProductId <String>

The identifier for the product.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-ReservationScope <String>

The reservation scope used for filtering.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Segment <String>

The segment used for filtering.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-SkuId <String>

The identifier for the SKU.



Required? true

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.Products.PSSku







NOTES









-------------------------- Example 1 --------------------------



PS C:\\> Get-PartnerProductSku -ProductId 'DZH318Z0BQ5S'



Gets the available SKUs for the specified product.







RELATED LINKS

Online Version: https://docs.microsoft.com/powershell/m ... ProductSku