Archives for the Date November 15th, 2009

How to Run Programs as a Domain User from a Non-domain Computer

Found here.
To be able to run a program as a domain user when your current workstation is not part of the domain, use the following command line:

runas /netonly /user:domain\username "{program}"

Really nice when you want to connect remotely to a Sql Server with Windows Authentication, without being part of the remote domain.