RunAs

If we have credentials, but nowhere to log, and we have a session, we could use runas.exe:

runas.exe /netonly /user:<domain>\<username> cmd.exe

Last updated