Running powershell as a different user

Rationale 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:

powershell_sudo