I'm writing a utillity which will copy our existing NT usernames to new accounts with a new username format. So basically I want to extract all the properties, ie, name, description, home drive settings etc and then create a new user account with them. What I need is a definitive user properties list, is it possble to generate one? Also, I'm slightly concerned about being able to extract the password and copying it to the new user, is this even possible?