Skip to main content

Get-ASOptionProperty

Powershell cmdlets are enabled with AdminStudio Enterprise Edition.

Use the Get-ASOptionProperty to obtain the property value for the given property name.

Example

Get-ASOptionProperty -OptionType ImportOptions -PropertyName 'ApplyNamingFormat'

Get-ASOptionProperty -OptionType PackageFeedOptions -PropertyName PackageFeedDownloadPath

Parameters

The cmdlet Get-ASOptionProperty has the following parameter:

ParameterDescription
OptionTypeSelect one of the following option type:
  • ImportOptions
  • PackageFeedOptions
  • PowerShellWrapOptions
PropertyNameUse to specify the below property names that you want to get the value for ImportOptions:
  • ApplyNamingFormat
  • ApplicationNameFormat
Use to specify the below property names that you want to get the value for PackageFeedOptions:
  • PackageFeedDownloadPath
  • RetainAdditionalSwitches
Use to specify the below property names that you want to get the value for PowerShellWrapOptions:
  • PSTemplateLocation
  • PSOutputLocation
  • PSWrapOnImport

Return Value

The property value for the given property name is returned.

See Also

Set-ASOptionProperty