I've found a nice little tool called "Netsh" which allows you change the ip settings for local or remote machines, which is very useful, the ony problem is that it isn't working when trying to change a remote machine. Instead it just changes the local machine!!
This is an outline of what I have tried:
C:\>netsh -r 6gmach01
[g6mach01] netsh>interface ip
[g6mach01] netsh interface ip>set dns name="Local Area Connection" static 10.10.10.10
Ok
[g6mach01] netsh interface ip>quit
C:\>
This in theory should change the dns of g6mach01 to 10.10.10.10 but instead is changing the local dns.
Any ideas please as this would be a great tool if only it worked!!!
Karl
This is an outline of what I have tried:
C:\>netsh -r 6gmach01
[g6mach01] netsh>interface ip
[g6mach01] netsh interface ip>set dns name="Local Area Connection" static 10.10.10.10
Ok
[g6mach01] netsh interface ip>quit
C:\>
This in theory should change the dns of g6mach01 to 10.10.10.10 but instead is changing the local dns.
Any ideas please as this would be a great tool if only it worked!!!
Karl