Set-ASOptionProperty
Powershell cmdlets are enabled with AdminStudio Enterprise Edition.
you can use the Set-ASOptionProperty to set the download path for the Package Feed Module.
Example
Set-ASOptionProperty -OptionType ImportOptions -PropertyName 'ApplyNamingFormat' -PropertyValue false
Set-ASOptionProperty -OptionType PackageFeedOptions -PropertyName PackageFeedDownloadPath -PropertyValue D:\AR\AdminStudio Shared\PF\[Vendor]\[Product Name]\[Version]
Set-ASOptionProperty -OptionType PowerShellWrapOptions -PropertyName 'PSOutputLocation' -PropertyValue 'C:\Users\Administrator\Desktop\Test\[ProductName]\[SetupType]\[Language]\[Platform]\[Version]\[Vendor]\Folder1'
Parameters
The cmdlet Set-ASOptionProperty has the following parameter:
| Parameter | Description |
|---|---|
| OptionType | Select one of the following option type:
|
| PropertyName | Use to specify the below property names that you want to set ImportOptions:
|
| PropertyValue | Use to specify the property value that you want to set for ImportOptions:
|
Return value
A success or failure message is returned.
See Also
Get-ASOptionProperty