Skip to content

Instantly share code, notes, and snippets.

@wim-beck
Last active March 24, 2017 16:59
Show Gist options
  • Save wim-beck/8404407ac2f92fdb07f795a14e0be36e to your computer and use it in GitHub Desktop.
Save wim-beck/8404407ac2f92fdb07f795a14e0be36e to your computer and use it in GitHub Desktop.
Start powershell session as other user
# Start powershell session as other user
Start-Process PowerShell -Credential "Domain\username"
# Start powershell session as local admin
Start-Process PowerShell -Verb RunAs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment