Get-ASBacklogRequests
Edition:Powershell cmdlets are enabled with AdminStudio Enterprise Edition.
The Get-ASBacklogRequests cmdlet gets a list of packages from the Backlog.
Example
The following is an example of the Get-ASBacklogRequests:
PS C:\Users\Administrator> Get-ASBacklogRequests -ProductName 'Notepad++' -Vendor 'Don Ho' -Version X
Parameters
The Get-ASBacklogRequests cmdlet has the following parameters:
Parameter |
Description |
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. |
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 (Product Name, Version, Vendor, Source and Status). |
• | If no parameters are provided, it returns a list of all products present in the Backlog tab along with product details (Product Name, Version, Vendor, Source and Status). |