Last active
October 30, 2020 10:11
-
-
Save SQLDBAWithABeard/71a99f48daf82bb65617ad5f8d31003b to your computer and use it in GitHub Desktop.
Useful scripts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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