Just noticed that when I imported all the users into AD, that the script didn't set their "Display Name" - so the start menu just displays their Username
Is there a script to set all the Display Names to the cn values?
Just noticed that when I imported all the users into AD, that the script didn't set their "Display Name" - so the start menu just displays their Username
Is there a script to set all the Display Names to the cn values?
Will admodify not do what you want?
what is it and where do i get it![]()
DSMOD can change the display name of the user.
Usage:I used CSVDE to dump the domain users details into a CSV file which I manipulated in Excel to make the changes I wanted.Code:dsmod user <User CN> -display <Display name you want>
http://www.computerperformance.co.uk...s/admodify.htmOriginally Posted by Gatt
how aboutFormatting and extracting distinguished names as per dsmod can be a bit of une chienne.Code:net user jbloggs /fullname:"Joe Bloggs"
Cheers - will look at that tomorrowOriginally Posted by meastaugh1
![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)