> How do I see which DNS servers are being used
IPConfig /all is it, however you might check the client cache:
ipconfig /displaydns
And it would be wise to check the response for the address from each of your DNS servers.
> and how to I query a specific/different dns server and see the result?
nslookup SomeName DNSServer
e.g.
nslookup
www.google.com 4.2.2.4
Chris