Originally posted by: hboogz
I'm pretty sure i can do it using psexec, but am unsure on syntax since i'm bad with writing code. I imagine if i create a computerlist.txt for all the computers i want to refresh, supply proper credentials and run it.... i just dont know the right command syntax for psexec to run "ipconfig/registernds"
Looks like it can be pretty simple using psexec.
Something like this: 'psexec \\computername ipconfig /registerdns'
Originally posted by: snikt
Looks like it can be pretty simple using psexec.
Something like this: 'psexec \\computername ipconfig /registerdns'
That looks like you'd have to do each box one at a time. If there isn't a rush add it to the users login scripts as suggested by the other poster.