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

Re: I would like to restart the Management Agent on several hosts

$
0
0

You could do something like this

Get-Content VMHostNames.txt | %{

     Get-VmHostService -VMHost $_ | ?{$_.key -eq ”vmware-vpxa“} | Restart-VMHostService

}


Viewing all articles
Browse latest Browse all 230336

Trending Articles