Get-ASExtendedAttribute

AdminStudio 2024 R2 SP1 | 28.01 | AdminStudio PowerShell Cmdlets

Edition:Powershell cmdlets are enabled with AdminStudio Enterprise Edition and with Workflow Manager.

A PowerShell Cmdlet that returns the attribute value for the package.

Example

The following is an example of the Get-ASExtendedAttribute -packageId 1 -AttributeName "Application Type" cmdlet:

Get-ASExtendedAttribute -packageId 1 -AttributeName "Application Type"

Parameters

The Get-ASExtendedAttribute cmdlet has the following parameters:

Get-ASExtendedAttribute Parameters

Parameter

Description

PackageId

(Required) The ID of the package.

-AttributeName

(Required) Name of the attribute.

Returns

By providing the package ID and AttributeName, the value of the corresponding package can be retrieved and displayed.

See Also