VMware PowerCLI

The Best User Interface for your VMware Datacenter!

Install-VMHostPatch Should have a Switch to act like the esxcli

This Command does not downgrade VIBs:

Install-VMHostPatch -VMHost $VMhost -HostPath $HostPath
 
ESXCLI also downgrades VIBs:
$esxcli2 = Get-ESXCLI -VMHost $VMhost -V2
$CreateArgs=$esxcli2.software.vib.install.CreateArgs()
$CreateArgs.depot=$HostPath
$esxcli2.software.vib.install.Invoke($CreateArgs)
  • Markus Kraus
  • Feb 21 2018
  • Looking for Feedback
  • Attach files