< Back
Get-MSIRelatedProductInfo
Post
NAME Get-MSIRelatedProductInfo
SYNOPSIS
Gets product information for related products.
SYNTAX
Get-MSIRelatedProductInfo [-UpgradeCode] <String[]> [<CommonParameters>]
DESCRIPTION
Gets product information for related products based on an UpgradeCode.
PARAMETERS
-UpgradeCode <String[]>
The UpgradeCode for related products.
Required? true
Position? 0
Default value None
Accept pipeline input? True (ByPropertyName)
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
OUTPUTS
Microsoft.Deployment.WindowsInstaller.ProductInstallation
NOTES
-------------------------- EXAMPLE 1 --------------------------
get-msirelatedproductinfo "{B4160C68-1EA5-458F-B1EA-E69B41E44007}"
This command gets all related products based on their UpgradeCode.
RELATED LINKS
Get-MSIProductInfo
SYNOPSIS
Gets product information for related products.
SYNTAX
Get-MSIRelatedProductInfo [-UpgradeCode] <String[]> [<CommonParameters>]
DESCRIPTION
Gets product information for related products based on an UpgradeCode.
PARAMETERS
-UpgradeCode <String[]>
The UpgradeCode for related products.
Required? true
Position? 0
Default value None
Accept pipeline input? True (ByPropertyName)
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
OUTPUTS
Microsoft.Deployment.WindowsInstaller.ProductInstallation
NOTES
-------------------------- EXAMPLE 1 --------------------------
get-msirelatedproductinfo "{B4160C68-1EA5-458F-B1EA-E69B41E44007}"
This command gets all related products based on their UpgradeCode.
RELATED LINKS
Get-MSIProductInfo