RunAs - CraigDonkin/Infrastructure GitHub Wiki
RunAs
- Executes commands in the context of another user
runas /user:domain\username "cmd.exe"
netonly
- Allows you to authenticate as a domain user
- Can be used even if not on a domain joined machine
runas /netonly /user:domain\username "cmd.exe"