5 pts.
 Local Administrator Rights
I am trying to create a script that will create a local administrator account on each pc. I will also need to set the password on each PC. Which is the best to perform this task?

Software/Hardware used:
ASKED: January 4, 2009  2:37 AM
UPDATED: April 4, 2009  5:29 PM

Answer Wiki:
You can do this with <b>NET USER /ADD</b>; refer to <a href="http://support.microsoft.com/kb/251394">this article </a>for more information.
Last Wiki Answer Submitted:  April 4, 2009  5:29 pm  by  alessandro.panzetta   9,695 pts.
All Answer Wiki Contributors:  alessandro.panzetta   9,695 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

are you asking what scripting language is the best in order to do this? If so then I would need to know if you are doing this on every machine or if you are running it from one host to perform the task on many remote hosts? I will also need to know what the OS is of the PC’s and if you are running from one to many what OS is on the host that will be execuing the script. My first answer is Powershell is by far the best way if running on an OS that supports it. Let me know and I will be happy to help you with the script if you need it.

colin@sysadminsmith.com> is my email

 845 pts.