I am not sure if I am in the right place. I spend my time over on the cabling and POS forums. I am wanting a batch file that renames the computer and reboots it. I am in the POS industry and many times we drop ship computers to customers and the naming and numbering shceme is critical to the networking operations of the POS system. Here is what I have so far. These computers are not part of a doamin, so in the domain part I just gave it my workgroup name of workgroup. By using the batch file the customer would only have to go to it instead of being talked through all the windows steps to do it. There will be other things in this batch file that we already know how to do.
set name=Term1 (This is the line the customer would change)
netdom renamecomputer mycomputer /newname:%name% /userd:workgroup\alohasvc /passwordd:aloha /usero:Bo /passwordo:aloha /reboot:05
Am I on the right track? If not can someone point me to the right direction. TIA
Bo
Kentucky phone support-
"Mash the Kentrol key and hit scape."
set name=Term1 (This is the line the customer would change)
netdom renamecomputer mycomputer /newname:%name% /userd:workgroup\alohasvc /passwordd:aloha /usero:Bo /passwordo:aloha /reboot:05
Am I on the right track? If not can someone point me to the right direction. TIA
Bo
Kentucky phone support-
"Mash the Kentrol key and hit scape."