PowerShell PowerShell #List numbers 1 to 10 1..10 | foreach {$_} 12 #List numbers 1 to 101..10 | foreach {$_}