Reversing Technology
$i = 1
Do { Start-Job -ScriptBlock { // YOUR SCRIPT TO START AS A JOB HERE } } $i++ } While ($i -ne 100)