View Full Version : Using netsh


Michael Landi
08-21-2005, 02:56 PM
I want to use the netsh command to view a remote computer's dns settings.
However, even though I am connecting to the remote computer (using netsh -r
computername) and run the "show dns" command, it returns my computer's dns
settings and not the remote pc. I have tried this on multiple computers and
same response. Is this right?

James
08-31-2005, 09:51 AM
netsh -r not so reliable

to check remote computer, use psexec \\computername ipconfig /all



"Michael Landi" <mlandi@sbcglobal.net> wrote in message
news:%23KdVRglpFHA.3656@TK2MSFTNGP09.phx.gbl...
> I want to use the netsh command to view a remote computer's dns settings.
> However, even though I am connecting to the remote computer (using
netsh -r
> computername) and run the "show dns" command, it returns my computer's dns
> settings and not the remote pc. I have tried this on multiple computers
and
> same response. Is this right?
>
>