Pages: [1]
Print
Author Topic: Find which hosts have not been upgrade to vSphere Update 2  (Read 77 times)
esarakaitis
Administrator
Full Member
*****
Posts: 241


8223109 sack57@hotmail.com littleking57 rootinfortwayne
View Profile WWW Email
« on: July 13, 2010, 01:27:34 PM »

Code:
Get-View -ViewType HostSystem -property Name,Config.Product.fullname | ? {$_.Config.Product.fullname -ne "VMware ESX 4.0.0 build-261974"} | ForEach-Object { Write-host  $_.Name $_.Config.Product.fullname}
Logged
Pages: [1]
Print
Jump to: