Need to know if this is possible
Posted: 09 Nov 2009 14:53
I need to rename quite a lot of machines over the domain. Right now I'm doing this using the netdom command
-I'm having to go through this step every time. I'm wondering if there's a way to create a batch that will automatically fill in the old and new computer name possibly from a list, and if possible maybe perform the same task for an entire list of machines over the network.
Thank you
Code: Select all
netdom renamecomputer mycomputer /newname:new_name /ud:domain\user /pd:password
-I'm having to go through this step every time. I'm wondering if there's a way to create a batch that will automatically fill in the old and new computer name possibly from a list, and if possible maybe perform the same task for an entire list of machines over the network.
Thank you