Chapter4/4.2_ObjectOperation/ForEach-Object/ForEach-Object_Alias.ps1

@(2,3) | foreach {$_ * 2}
Dir | % Name