Skip to content

Instantly share code, notes, and snippets.

@seyerj
Created January 10, 2022 19:31
Show Gist options
  • Save seyerj/8a9ba99495dc83402df8fbcb12b1700a to your computer and use it in GitHub Desktop.
Save seyerj/8a9ba99495dc83402df8fbcb12b1700a to your computer and use it in GitHub Desktop.
Remote Powershell Session with different credentials prompted
enter-pssession $computername -credential (get-credential)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment