Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

NET USER, and windows GUI representation

Status
Not open for further replies.

EchoCola

Programmer
Apr 13, 2004
48
US
Im issuing the command by PERL script:

Code:
net user $id Password1 /add /usercomment:"$phone_num $user_email" /comment:"$user_comment" /passwordchg:no /fullname:"$full_name" /expires:never

This works fine. However, when I look on the active directory(under Administrative Tools), it puts the id instead of the first and last name on the name column. I check the properties of the user and the first and last name fields are left blank. Anyone know how to remedy this? Thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top