Looking to Rename Computers with csv file and .vbs script
I would love to do this in Powershell but that isn't an option. I have a bunch of computers I'm looking to rename and am trying to automate the process as much as I can. I'd like to have a csv file setup with two columns (oldname,newname) and be able to pull that info into a vbs script to rename the computers automatically. The code to rename an individual computer is: Name = "wantedcomputername" Password = "localadminpassword" Username = "localadminusername" Set objWMIService = GetObject("Winmgmts:root\cimv2") 'Call always gets only one Win32_ComputerSystem object. For Each objComputer In