# RunAs

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

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