-
Notifications
You must be signed in to change notification settings - Fork 4
Rename AcmaSchemaAttribute
Ryan Newington edited this page Sep 4, 2025
·
5 revisions
Renames an attribute in the ACMA database schema
Rename-AcmaSchemaAttribute -CurrentName <string> -NewName <string>The current name of the attribute
Type: String
Required: Yes
Position: 0
The new name of the attribute
Type: String
Required: Yes
Position: 1
This cmdlet does not return any output
Rename-AcmaSchemaAttribute -CurrentName "accountName" -NewName "samAccountName"Recommended Approach:
- Open the configuration file in the ACMA editor
- Rename the attribute using the UI
- Save the configuration file
The ACMA editor will automatically update all references to the attribute in the ACMAX file with the new name when you save.