0 votes

What is the proper syntax for displaying the user display name in all lower case?

by (140 points)

1 Answer

0 votes
by (216k points)
selected by
Best answer

Hello,

To ensure a new user’s display name to be set in lower case only, you need to change the default value of the Display Name property in the built-in User Pattern Property Pattern. To do so:

  1. Launch Adaxes Administration Console.
  2. Navigate to Configuration\Property Patterns\Builtin and select User Pattern.
  3. In the Result Pane, double-click Display Name.
  4. In the Generate default value field, specify the following:
    %firstname:lower% %lastname:lower%
  5. Click OK and save the changes.

Updating the property as described above affects only the newly created users. If you want to modify the Display Name property of existing users, you need to create a Scheduled Task and run it one time:

  1. Launch Adaxes Administration Console.

  2. Right-click your Adaxes service node, navigate to New and click Scheduled Task.

  3. On step 3 of Create Scheduled Task wizard, select User Object type and click Next.

  4. Click Add Action.

  5. Select Update the User and click Add.

  6. In the Property to modify drop-down, select Display Name.

  7. In the New value field, specify the following:
    %firstname:lower% %lastname:lower%

  8. Click OK twice, click Next.

  9. Click Add.

  10. Select All Objects and click Add for the Display Name property of all users managed by Adaxes to be modified.

    If you want to modify the property for users located, for example, under a certain OU, select the required OU, click Add.

  11. Click OK and finish creating the Scheduled Task. You should have something like the following:

Related questions

0 votes
0 answers

When the UPN being created is the same as an existing one except for the case. For instance, the new UPN is sally.fields but there's an existing Sally.Fields. The ... but then fails to create the AD account indicating that the UPN is not unique forestwide.

asked Jul 13, 2022 by sandramnc (870 points)
0 votes
1 answer

Hello, i have a custom command which sets the oof-message for the selected user. in this custom command i have a parameter "param-vertretung" (ad-object picker). Now i want to ... and email of the stand-in in the oof-message. Can you help me with that? Thanks

asked Nov 13, 2020 by lohnag (160 points)
0 votes
1 answer

Or is there another solution to solve this?

asked Sep 15, 2022 by boris (470 points)
0 votes
1 answer

hello, can it create a custom command to give full mailbox rights to a mailbox exchange for one other user ?

asked Dec 1, 2011 by mmichard (360 points)
0 votes
1 answer

We have assigned ms-Exch-Extension-Attribute-1 as a custom field to identify the credentials of our employees (we're a medical facility). Currently, the field appears on our ... the quotes or the question mark) - to make it easier for everyone to understand?

asked Sep 6, 2012 by MarkManley (90 points)
3,348 questions
3,049 answers
7,788 comments
545,045 users