Pages: [1]
Print
Author Topic: Verify that vmotion is enabled on your hosts  (Read 871 times)
esarakaitis
Administrator
Sr. Member
*****
Posts: 256


8223109 sack57@hotmail.com littleking57 rootinfortwayne
View Profile WWW Email
« on: March 19, 2009, 12:24:37 PM »

Code:
get-vmhost | foreach-object `
{$vmhost=$_
    (get-view $_.id).summary.config | `
select @{name="Hostname"; expression={$vmhost.name}},
           @{name="VMotion Enabled"; expression={$_.vmotionenabled}}}
Logged
Pages: [1]
Print
Jump to: