powershell -Command "& { 1..10 | foreach-object { "Current output:"; $_; } }"
powershell -Command "& {