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

Re: Get host service status possible with get-view?

$
0
0

Ok, I see.

Then try it like this

 

$vmhosts=Get-View-ViewTypeHostSystem
foreach
($esxin$vmhosts){  $esx.Config.Service.Service|
 
Select@{N="VMHost";E={$esx.Name}},Label,Running
}

Viewing all articles
Browse latest Browse all 251495

Trending Articles