Skip to content

Instantly share code, notes, and snippets.

@bityob
Created July 11, 2019 09:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bityob/17a4b583434460f57ed9a363e3dc4a75 to your computer and use it in GitHub Desktop.
Save bityob/17a4b583434460f57ed9a363e3dc4a75 to your computer and use it in GitHub Desktop.
Restart-Machine PS Script
$arguments=$args[0]
$command="Restart-Computer $arguments"
Write-Host "Command: '$command'"
iex $command
Write-Host "Done"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment