0..1000000 | where {$_ % 10 -eq 0} | foreach {"Got Value: $_"}
> 0..1000000000 | % { $_ } # Starts printing out numbers immediately > 0..1000000000 # Hangs longer than I had patience to wait for > $x=0..100 > $x.GetType() # IsPublic IsSerial Name BaseType # -------- -------- ---- -------- # True True Object[] System.Array