Using netsh

  • Thread starter Thread starter Michael Landi
  • Start date Start date
M

Michael Landi

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?
 
netsh -r not so reliable

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