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

Re: $esxcli.software.vib.remove

$
0
0

connecting directly to the ESXi 5.1 host

 

 

$HostToPatch="<name>"
$esxcli=Get-Esxcli -server $server
$dellsoftware=$esxcli.software.vib.list() | Where { $_.Name -like "*dell*"}
$dellsoftware | ForEach { $esxcli.software.vib.remove($false,$true,$false,$true,$_.Name)}

$Server=Connect-viserver $HostToPatch -user $HostUser -password $HostPass


Viewing all articles
Browse latest Browse all 252940

Trending Articles



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