Summary: Use special formatting from the types .xml file to choose properties in Windows PowerShell and WMI.
How can I use Windows PowerShell to find the status of the BIOS on my computer without viewing the default output?
Use the special PSStatus view when you select properties:
Get-WmiObject win32_bios | select psstatus