Rename multiple users in bulk

In this tutorial, you will learn how to rename multiple user accounts in your managed domains using the LastName, FirstName format. To rename an object, you need to modify the Name property of the object. To generate a name based on first name and last name, you need to use value references, %firstname% and %lastname%.

Bulk rename is only possible if both First Name and Last Name properties of user accounts are populated.

  1. Launch Adaxes Administration Console.

     How {id=collapse1}
    • On the computer where Adaxes Administration console is installed, open Windows Start menu.

    • Click Adaxes Administration Console.

  2. Select the user accounts you want to rename, right-click the selection and click Add/Modify Property in the context menu.

    If the user accounts you want to rename are spread across different organizational units or domains, you can add them to the Basket first. To add an object to the Basket, right-click it and select Add to Basket in the context menu.

  3. Select the Name property.

    To modify display names, select the Display Name property.

    Click Next.

  4. Type %lastname%, %firstname% in the Property value field.

    If you want the last name to be all uppercase, e.g. SMITH, John, use the following template:

    %lastname:upper%, %firstname%
    

    To insert a value reference, click the button.

    Click Finish.

During user account creation, the Full Name property is generated in the FirstName LastName format by default. For instructions on how to change the format, see Change template for auto-generating full name.