Using netsh

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?
 
J

James

netsh -r not so reliable

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top