C:\Windows> Get-Item .\explorer.exe | Format-List
C:\Windows> Get-Item .\explorer.exe | Format-List -Property *
C:\Windows> (Get-Item .\explorer.exe).VersionInfo.FileVersionRaw | Format-List -Property *