< Back

Get-PartnerProductUpgradeStatus

Sat Jan 18, 2020 6:33 pm

NAME Get-PartnerProductUpgradeStatus



SYNOPSIS

Gets the product upgrade status for the specified customer and product family.





SYNTAX

Get-PartnerProductUpgradeStatus -CustomerId <String> -ProductFamily {Azure} -UpgradeId <String>

[<CommonParameters>]





DESCRIPTION

Gets the product upgrade status for the specified customer and product family.





PARAMETERS

-CustomerId <String>

The identifier of the customer.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-ProductFamily <String>

The family for the product.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-UpgradeId <String>

The identifier of the product upgrade.



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.Models.ProductUpgrades.ProductUpgradeStatus







NOTES









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



PS C:\\> Get-PartnerProductUpgradeStatus -CustomerId '409fb479-1106-41a1-91be-0ae69e880a20' -ProductFamily Azure

-UpgradeId '42d075a4-bfe7-43e7-af6d-7c68a57edcb4'



Gets the product upgrade status for the specified customer and product family.







RELATED LINKS

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