Chapter4/4.2_ObjectOperation/ForEach-Object/ForEach-Object_DirectProperty.ps1
Get-ChildItem | ForEach-Object {$_.Name} Get-ChildItem | ForEach-Object Name |
Get-ChildItem | ForEach-Object {$_.Name} Get-ChildItem | ForEach-Object Name |