Call with arguments -h -i -s -t
-h -i -s -t
ls *.exe | foreach { & $_ -h -i -s -t } Get-ChildItem *.exe | ForEach { & $_ ... }