Skip to content

Instantly share code, notes, and snippets.

@PatrickMcDonald
Created October 16, 2013 15:03
Show Gist options
  • Save PatrickMcDonald/7009156 to your computer and use it in GitHub Desktop.
Save PatrickMcDonald/7009156 to your computer and use it in GitHub Desktop.
Shutdown remote PC using PSExec
psexec \\servername shutdown -t 0 -r -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment