Set-ASOptionProperty
Edition: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 PackageFeedOptions -PropertyName PackageFeedDownloadPath -PropertyValue D:\AR\AdminStudio Shared\PF\[Vendor]\[Product Name]\[Version]
Parameters
The cmdlet has the following parameter:
Parameter |
Description |
|||||||||||||||||||||
PropertyName |
Use to specify the below property names that you want to set:
|
|||||||||||||||||||||
PropertyValue |
Use to specify the property value that you want to set: For Example the below property value is used for the property name PackageFeedDownloadPath:
|
Return value
A success or failure message is returned.
See Also