Get-ASPackageFeedDetails

AdminStudio 2021 R2 | 22.0 | AdminStudio PowerShell Cmdlets

Edition:Powershell cmdlets are enabled with AdminStudio Enterprise Edition

The Get-ASPackageFeedDetails cmdlet helps you to fetch the FileName, SilentCommandLineSwitches, etc. for the given PackageFeedId

Tip:The below returned values can be used for:

FileName returned will be used in Invoke-ASPackageFeedDownload to download the application from the Package Feed Module
SilentCommandLineSwitches returned will be used in Invoke-ASImportPackage as [InstallCommandLine] parameter to import the application.

Example

Get-ASPackageFeedDetails -PackageFeedId 2

Parameter

The Get-ASPackageFeedDetails has the following parameter:

Get-ASPackageFeedDetails Parameters

Parameter

Description

PackageFeedId

ID of the package that will be returned

Note:PackageFeedId is one of the returned value of Invoke-ASPackageFeedSearch

Return Values

The product details for the specified package feed ID or error message Specify a valid package feed id is returned.