Yes, like this
$vmName = 'MyVM'$vm = Get-VM -Name $vmName
$vm.ExtensionData.Config.ExtraConfig | where{$_.Key -match "guestinfo.appInfo"} |
Select -ExpandProperty Value
---------------------------------------------------------------------------------------------------------
Was it helpful? Let us know by completing this short survey here.