- Related Products
- AD360
- Log360
- ADAudit Plus
- ADSelfService Plus
- EventLog Analyzer
- Exchange Reporter Plus
In large environments, maintaining a consistent naming convention for Active Directory (AD) objects—like user accounts, groups, and devices—is more than just good practice. It’s essential for clarity, automation, and security.
ADManager Plus lets you define custom naming formats that reflect your organization’s internal policies, regulatory requirements, or operational standards. The formats make it easier to:
Note: Selecting Custom Functions under Select Data allows you to create unique naming formats based on custom logic, which can be configured under Custom Functions in the Admin tab.
How to customize a naming format in ADManager Plus.
The Advanced Naming Format feature allows administrators to define smart, flexible naming conventions for user attributes such as logon name, display name, and account name. These naming formats ensure consistency across your organization while accommodating exceptions and incomplete data, particularly during bulk user provisioning.
How to add conditions in naming formats using ADManager Plus.
In some organizations, the standard for creating user logon names is to combine the first letter of the user's first name, middle name, and last name, followed by a random three-digit number.
Input:
Output:
To do this in ADManager Plus, under Select Data, choose FirstName, set it to pick the first word, then the first character, specify 1 preceding character, and choose the appropriate case before adding it to the format. Repeat the same steps for MiddleName and LastName. Finally, add a Random Number field with 3 digits to complete the format.
Creating logon names using the first character of first name + first character of middle name + first character of last name + random three digit number.
In some organizations, the logon naming convention involves using the initials of each word in the first name, followed by the last word of the last name.
Input:
Output:
To do this in ADManager Plus, under Select Data, choose FirstName, set it to pick the Every Word, then the first character, specify 1 preceding character, and choose the appropriate case before adding it to the format. Next, choose LastName, set it to pick all words, then select the last word, and choose the appropriate case before adding it to the format.
Creating logon names using the first character of every word in the first name + last word of the last name.
In some organizations, the logon naming convention involves using the user's full first name, a specific character from the last name, and a date value—typically the date of joining—in a specific format.
Input:
Output:
To do this in ADManager Plus, under Select Data, choose FirstName, set it to pick all words, then all characters, and choose the appropriate case before adding it to the format. Choose LastName, set it to pick all words, then the Nth character <2>, and choose the appropriate case before adding it to the format. Finally, choose DateFormat, and add it to the format. Edit the format value to %-Dyymmdd% to ensure the date appears in the desired format.
Note: The default format for date is "%-DyyyyMMdd%". This can be modified as required in the Format Value field.
Creating logon names using the first name + specific character from last name + date.