Is it possible to get Administrative Tools on Windows 7 (not joined to domain) to administer servers that are domain joined (since they don't ask you to provide domain/login/pass)? If yes how can I force consoles to behave like I want to?

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

Answering my own question. After a bit of testing this seems to do trick just fine:

C:\Users\Administrator>runas /netonly /user:<domain>\<username> "%SystemRoot%\system32\m mc.exe %SystemRoot%\system32\dnsmgmt.msc /s" 
Enter the password for <domain>\<user>: 
Attempting to start C:\Windows\system32\mmc.exe C:\Windows\system32\dnsmgmt.msc /s as user "<domain>\<user>" ...
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.