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

$esxcli.software.vib.remove

$
0
0

I'm trying to use this as a guide to remove the Dell VIBs with powershell before a 5.1 upgrade. 

 

http://www.virtu-al.net/2012/02/24/removing-the-vcd-agent-from-hosts/

 

I can't seem to make it actually uninstall the VIBs rather than just do a dryrun. 

 

 

$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)}

Viewing all articles
Browse latest Browse all 252940

Trending Articles



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