Running powershell as a different user
27 May 2021 | tags: Powershell WindowsRationale TL;DR
We want to use run powershell as a different user, like we do on Unix with sudo
The solution
Easy, the solution is as simple as:
start powershell -credential ""
This would ask you for the new credentials to use: