Manage remote DNS serves using alternate credentials

Remotely manage DNS servers using alternate credentials

John Savill

September 1, 2016

1 Min Read
Manage remote DNS serves using alternate credentials

Q. I want to manage a remote DNS server that is in an untrusted domain so need to send credentials. How can I do this?

A. The easiest way to do this and it applies to any remote management is to create a new mmc.exe instance as the remote user then add the DNS (or any other) snap-in to it. To launch a mmc.exe instance as a different user use the following (changing the domain and username to that of your remote domain and user).

PS C:> runas /user:savtechhgsadministrator /netonly mmc.exe
Enter the password for savtechhgsadministrator:

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like