How to autoadd a local windows user to the local"Administrator" gr

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

This is a computer that is a member of a domain, and is in use by domain
users. But non domain users should also access this computer (with
administrator access). I'm allready using policy to auto add domain users to
the local "Administrators" group. But I have not figured out how to do the
same for users that exist only on a local windows XP.
 
Paal said:
This is a computer that is a member of a domain, and is in use by domain
users. But non domain users should also access this computer (with
administrator access). I'm allready using policy to auto add domain users
to
the local "Administrators" group. But I have not figured out how to do the
same for users that exist only on a local windows XP.

Maybe running a Startup script (GPO driven) with the command:
NET GROUP <groupname> <local username> /ADD

?
 
Back
Top