Invoke-ASPackageFeedSearch

AdminStudio 2021 R2 | 22.0 | AdminStudio PowerShell Cmdlets

Edition:Powershell cmdlets are enabled with AdminStudio Enterprise Edition.

The new Invoke-ASPackageFeedSearch cmdlet is used to search application in Package Feed Module.

Examples

Invoke-ASPackageFeedSearch -ProductName Firefox -Vendor Mozilla

Invoke-ASPackageFeedSearch -ProductName Firefox

Invoke-ASPackageFeedSearch -Vendor Mozilla

Tip:You can search by using the Product Name and/or the Vendor Name

Parameters

The Invoke-ASPackageFeedSearch cmdlet has the following parameters:

Invoke-ASPackageFeedSearch Parameters

Parameter

Description

ProductName

Specify the name of the application need to be downloaded

Note:Specify at least three characters matching the application name

Vendor

Specify the vendor name of the application need to be downloaded

Note:Specify at least three characters matching the vendor name

Return Values

The details of the application matching the product name and the vendor name or failure message is returned.