Get-ASBacklogRequests
Edition:Powershell cmdlets are enabled with AdminStudio Enterprise Edition.
The Get-ASBacklogRequests cmdlet gets a list of matching 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:
Parameter |
Description |
PackageRequestId |
The ID of the Backlog request. |
ProductName |
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 input parameter.
Return Values
• | If parameters are provided, it returns the package requests in the Backlog tab which matches the input 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 the matching package requests 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). |