Im issuing the command by PERL script:
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!
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!