Get-ASBacklogRequests

AdminStudio 2023 R2 | 26.0 | AdminStudio PowerShell Cmdlets

Edition:Powershell cmdlets are enabled with AdminStudio Enterprise Edition.

The Get-ASBacklogRequests cmdlet gets a list of Backlog package requests in the Backlog.

Example

The following are the examples of the Get-ASBacklogRequests:

PS C:\Users\Administrator> Get-ASBacklogRequests -ProductName 'Notepad++' -Vendor 'Don Ho' -Version X

 

Get-ASBacklogRequests -PackageRequestId 7 

Parameters

The Get-ASBacklogRequests cmdlet has the following parameters:

Get-ASBacklogRequests Parameters

Parameter

Description

PackageRequestId

(Required) The ID of the Backlog request.

ProductName

(Required) Product Name of the Package in the Backlog tab.

Vendor

Manufacturer of the Package in the Backlog tab.

Version

Version of the Package in the Backlog tab.

Note:Use either PackageRequestId or ProductName as a mandatory parameter.

Return Values

If parameters are provided, it returns a list of products present in the Backlog tab matching the parameter values provided along with product details (Package Request Id, Product Name, Version, Vendor, Source, Status, Catalog Package Id, Package Feed Id, Automation Workflow, and Subscribe).
If no parameters are provided, it returns a list of all products present in the Backlog tab along with product details (Package Request Id, Product Name, Version, Vendor, Source, Status, Catalog Package Id, Package Feed Id, Automation Workflow, and Subscribe).