Difference between revisions of "PowerShell Examples"

Jump to navigation Jump to search
(Added "Scheduling" script)
m (→‎Scheduling: Fix typo)
Line 353: Line 353:
== Scheduling ==
== Scheduling ==
Script to run a function at a specific interval throughout the day
Script to run a function at a specific interval throughout the day
<source lang=powershell">
<source lang="powershell">
$start = Get-Date
$start = Get-Date