Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by nicknel9

  1. nicknel9

    Windows 2000 Pro Scripting

    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
  2. nicknel9

    Adding local account with administrator rights

    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...
  3. nicknel9

    Rename Computer

    Thank you, I guess being new the game. Where would I want to put the inputbox command?
  4. nicknel9

    Rename Computer

    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")...
  5. nicknel9

    Renaming Computer...

    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...

Part and Inventory Search

Back
Top