Get-ASPackageFeedDetails
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:
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.