Get-ASOptionProperty

AdminStudio 2024 | 27.0 | AdminStudio PowerShell Cmdlets

Edition: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:

Get-ASOptionProperty Parameters

Parameter

Description

OptionType

Select one of the following option type:

ImportOptions
PackageFeedOptions
PowerShellWrapOptions

PropertyName

Use 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