Get-ASPackageFeedMatch
Edition:Powershell cmdlets are enabled with AdminStudio Enterprise Edition
The Get-ASPackageFeedMatch cmdlet helps to list the matching packages from the Package Feed Module.
Example
Get-ASPackageFeedMatch -PackageRequestId 7
Get-ASPackageFeedMatch -Product "7-zip" -Vendor "Igor Pavlov"
Parameter
The Get-ASPackageFeedMatch has the following parameter:
Parameter |
Description |
PackageRequestId |
(Required) The Id of the Backlog request. |
Product |
(Required) 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 Package Feed Module with matching product details (PackageFeedId, ProductName, ProductVendor, ProductVersion, PackageType).
It returns the following PackageTypes:
• | EXE |
• | MSI |