Selecting a subset of the properties.

$dir = dir "C:\\path"

$dir | Select-Object Name, FullName
# $dir | select Name, FullName