hi, help.
Trying to add a user by script and have already read the other thread to use either the esx ks.cfg creator or htpasswd.exe to create the hashed password.
Have also tried different variations with the \ in front and placing in quotes ' but the user password still doesnt work.
am i doing something wrong?
im trying to make sure it works just via the command line before i put it into a script.
useradd -p hashedpassword -c username login
any ideas?