New-ASPackageRequest

AdminStudio 2022 R2 SP1 | 24.01 | AdminStudio PowerShell Cmdlets

Edition:PowerShell cmdlets are enabled with AdminStudio Enterprise Edition and with Workflow Manager.

A PowerShell API to be called by an external system. When you send a request through an external system, request will automatically lands in the package backlog in the AdminStudio and will avoid manual communication for the package request.

Note:When a duplicate package request is sent to AdminStudio, the below warning message is displayed:

Package request not added. A request for this application already exists in the AdminStudio Backlog”.

Examples

New-ASPackageRequest -Product 'Firefox' -Source 'FlexraOne' -Vendor 'Mozilla' -Priority '2' -Version '15.0'

Parameters

The New-ASPackageRequest cmdlet has the following parameters:

New-ASPackageRequest Parameters

Parameter

Description

Product

Product name of the Package. It is Mandatory parameter.

Source

Source of the Package. It is Mandatory parameter.

Vendor

Manufacturer of the Package.

Version

Version of the Package.

Priority

Priority of the Package.

Note:Priority value should not exceed more than five. Other wise an error message will be shown.

Note:The Product and Vendor parameters are taken into consideration for the duplicate checks.

Return Values

A success or failure message is returned.