hi!
does anybody know how to create(with command line or maybe by script) a user (XP Local User Profiles in a domain environment), that will log in for domain (not for the computer)? to be clear, after joining the domain, i'd like to create a profile (for example with administration privileges) for my domain account. of course, the account is already created in the domain (active directory) and i'd like create a windows xp profile only...
to be more clear, i would like to the same thing as:
(join the domain)
control panel/user acccounts/add user
choose name and domain, choose privileges
click finish
<b> SOLUTION : USE AUTOIT3 !! </b>
because if iuse a command "net user" i can create a user, who won't log into domain, but
into local computer. and i think it's impossible to change it. hopefully,
there is a way of creating a new user, who will log into a domain from the
beginning....