Get-ChildItem -Path C:Windows | ForEach-Object { $_ # this references the entire object returned. $_.FullName # this refers specifically to the FullName property }