65.9K
CodeProject is changing. Read more.
Home

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

emptyStarIconemptyStarIconemptyStarIconemptyStarIconemptyStarIcon

0/5 (0 vote)

Mar 14, 2012

CPOL
viewsIcon

17119

This method allows you to run processes as different user

Introduction

This method allows you to run processes as a different user.

Background 

I found this during the setup of virtual machine for Coded UI tests (it isn't part of the domain, and you need to have access to TFS via domain if you need to read data from Test Cases).

Using the code 

On Windows 7, run PowerShell and enter:

runas /netonly /user:domain\username cmd

It will open command line windows running as a domain user.