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.
