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

Re: get useful vm information with guest OS

$
0
0

The architecture is in another WMI class.

Try adding something like this

 

$os=Get-WmiObject-computername$vm.Name-classWin32_OperatingSystem
$proc
=Get-WmiObject-computername$vm.Name-classWin32_Processor

$VMInfo
.OS=$os.Caption
$VMInfo
.SP=$os.CSDVersion
$VMInfo
.Architecture=$proc.AddressWidth

Viewing all articles
Browse latest Browse all 236824

Trending Articles



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