Skip to content

Instantly share code, notes, and snippets.

@adamdriscoll
Created January 21, 2020 20:36
Show Gist options
  • Save adamdriscoll/96c5aa9559710496036f29bb6f9def29 to your computer and use it in GitHub Desktop.
Save adamdriscoll/96c5aa9559710496036f29bb6f9def29 to your computer and use it in GitHub Desktop.
A continuous schedule in Universal Automation
$Script = Get-UAScript -Name 'Check website.ps1'
$Schedule = New-UASchedule -Script $Script -Continuous -DelayMinute 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment