Besides using netdom. Is there a way to script Windows 2000 Pro to join a domain.. Also I have a additional question.. With XP We are using file and Transfer Wizard to grab the profile and favorites and all the other junk.. Does anyone know of a way to do this in Windows 2000 pro
Hey there,
So I have a script here, but what I want to do is add this user to the local administrators group... Also if it could check to see if the a "admin" has already been made then stop.. Any help would be great
'--------------------------------------------------
'Add local account...
How do I take this script and have it ask what name to rename it to.
strComputer = "."
Set objWMIService = GetObject("winmgmts:" _
& "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")
Set colComputers = objWMIService.ExecQuery _
("Select * from Win32_ComputerSystem")...
Hi all, Here is what I am trying to write a script for.. We have a new domain.. Out Techs will have to visit each computer and do these things can someone help with a script to do so..
1 Rename the Machine-
2 check for "admin" account if none add "admin" account make it part of administrators...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.