Summary : Use Windows PowerShell to change output object property names.
How can I use Windows PowerShell to change the property names of my output objects?
The easiest way to achieve this to use Select-Object and a calculated field:
Get-WmiObject… Read the full text.