Quantcast
Channel: VMware Communities: Message List
Viewing all articles
Browse latest Browse all 208545

Re: PowerCLI Reporting -- Guest OS Version

$
0
0

Hi,


Get-View -ViewType "VirtualMachine" -Property @("Name", "Config.GuestFullName", "Guest.GuestFullName") | ? {($_.Config.GuestFullName -ne $_.Guest.GuestFullName) -and ` ($_.Guest.GuestFullName -ne $null)} |

           Select Name, @{N="ConfiguredOS";E={$_.Config.GuestFullName}}, ` @{N="RunningOS";E={$_.Guest.GuestFullName}}


Viewing all articles
Browse latest Browse all 208545

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>