/ Published in: Windows PowerShell

Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
foreach ($timer in $timers) {$timer.RunNow()}
Comments
