Skip to content

Instantly share code, notes, and snippets.

@dustindortch
Created March 27, 2018 17:25
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save dustindortch/3c2b865f5cbf49248b09e8836d564ec1 to your computer and use it in GitHub Desktop.
While ($True) {
Write-Output "This is my output"
Get-Date
Start-Sleep -s 300 # Sleep for 5 minutes
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment