Skip to content

Instantly share code, notes, and snippets.

@ramarnat
Last active August 29, 2015 14:23
Show Gist options
  • Select an option

  • Save ramarnat/c4b2fed5a5a4c346942d to your computer and use it in GitHub Desktop.

Select an option

Save ramarnat/c4b2fed5a5a4c346942d to your computer and use it in GitHub Desktop.
test_reboot.ps1
shutdown /r /t 1 /c "testing boxstarter reboot"
if (Test-PendingReboot) {
Write-BoxstarterMessage "System Shutdown not in progress" -Verbose
}
else {
Write-BoxstarterMessage "System Shutdown in progress" -Verbose
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment