write-host "SCRIP1: Starting" foreach ($count in 1..10){ write-host "SCRIP1: Loop " $count $count Start-Sleep 2 } write-host "SCRIP1: end"