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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: NJDEV1K
  • Content: Threads
  • Order by date
  1. NJDEV1K

    Create user account in admin group

    I have used the script below successfully to create a user, is there a way to have the script make the user a member of the Administrators group when creating the account? strComputer = "." Set colAccounts = GetObject("WinNT://" & strComputer & "") Set objUser = colAccounts.Create("user"...
  2. NJDEV1K

    Remove machine from Domain to workgroup

    I am trying to figure out the best way to script removing a computer from a Domain and adding it to a workgroup. I also then have to add a local user and move the domain profile that was there to the workgroup user's profile. Any suggestions or help would be appreciated.
  3. NJDEV1K

    Remove computer from NT domain join to 2003 AD Domain

    I have a script I have been playing with that uses netdom, but I would like to have a script that can remove the computer from one domain and rename the PC in the process of joining it to a new domain. For the new computername I wanted it to rename it with the username of the person logged in...

Part and Inventory Search

Back
Top