Get-ASExtendedAttribute
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:
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