Remove-ASExtendedattribute
Edition:Powershell cmdlets are enabled with AdminStudio Enterprise Edition.
A new PowerShell Cmdlet that removes the newly added extended attribute of the package.
Examples
The following is an example of the Remove-ASExtendedAttribute cmdlet:
Remove-ASExtendedAttribute -PackageId 1 -AttributeName "Sample"
Remove-ASExtendedAttribute Parameters
Parameter |
Description |
PackageId |
(Required) Specifies the package Id for the package. |
AttributeName |
(Required) The Name of the new attribute. |
Return Values
By providing the package ID and AttributeName as input parameters, the new attribute will be removed from the package.