I've used this nifty one liner I obtained from a post a while back and shared it below. Connect to your vCenter (Connect-VIServer <Your vCenter Server>) and then run this without the qoutes: " get-view -ViewType HostSystem -Property Name,Config.Product | foreach {$_.Name, $_.Config.Product} "
Regards, CSSMP