Get-ASCatalogPackageMatch
Edition:Powershell cmdlets are enabled with AdminStudio Enterprise Edition and with Workflow Manager.
Use the Get-ASCatalogPackageMatch cmdlet, to list the matching packages from the Catalog.
Example
Get-ASCatalogPackageMatch -PackageRequestId 2
Get-ASCatalogPackageMatch -Product "7-Zip" -Vendor "Igor Pavlov"
Parameters
The Get-ASCatalogPackageMatch cmdlet has the following parameters:
|
Parameter |
Description |
|
PackageRequestId |
(Required) The Id of the Backlog request. |
|
Product |
(Required) The product name of the Package. |
|
Vendor |
Manufacturer of the Package. |
|
Version |
Version of the Package. |
Note:Use either PackageRequestId or Product as a mandatory parameter.
Return Values
It returns a list of all products details present in the catalog with matching product details (CatalogPackageId, ProductName, ProductVendor, ProductVersion, PackageType).
It returns the following PackageTypes:
| • | EXE |
| • | MSI |
| • | PS1 |