Skip to content

Instantly share code, notes, and snippets.

@SQLDBAWithABeard
Last active October 30, 2020 10:11
Show Gist options
  • Save SQLDBAWithABeard/71a99f48daf82bb65617ad5f8d31003b to your computer and use it in GitHub Desktop.
Save SQLDBAWithABeard/71a99f48daf82bb65617ad5f8d31003b to your computer and use it in GitHub Desktop.
Useful scripts
#https://twitter.com/guyrleech/status/1322118170002468864
Start-Job -Name "Logoff when done" { sleep (("23:59 30/10/2020" -as [datetime]) - (date)).TotalSeconds ; logoff }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment