runas.exe
Helpful for running something on a Windows machine in another user's context.
Spawn a cmd.exe as a domain user
runas /netonly /user:7MS\pwneduser "C:\windows\system32\cmd.exe"
Helpful for running something on a Windows machine in another user's context.
runas /netonly /user:7MS\pwneduser "C:\windows\system32\cmd.exe"