A
Size: a a a
A
Z
A
PS > & { & cmd /c "echo dfdsfdsfsdf" } 2>&1
dfdsfdsfsdf
A
A
Z
Z
Z
Z
A
PS > gc 1.ps1
& { & "ping" ya.ru } 2>&1 | Out-Null
PS > ./1.ps1
A
A
PS > gc 1.ps1
& { & "ping" -n 1 ya.ru } 2>&1
PS > ./1.ps1
Pinging ya.ru [87.250.250.242] with 32 bytes of data:
Reply from 87.250.250.242: bytes=32 time=15ms TTL=56
Z
A
Z
A
Z
A
Z