Reply to Message

View discussion in a popup

Replying to:
LucD
Leadership
Leadership

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.


Blog: lucd.info  Twitter: @LucD22  Co-author PowerCLI Reference

View solution in original post