VMware Cloud Community
CarlPower
Contributor
Contributor

Edit LCM single image to update VMtools version with PowerCLI

Hi team, I'm trying to simplify making changes to 160 of our single image clusters, and I'm looking to set ESXi to 7.0 U3m with VMware tools 12.3.0

What variables and related arguments would I need to add to the below, to update the existing VMtools version to 12.3.0 without removing any other components?

$LcmImageESXi = Get-LcmImage -Version "7.0 U3n - 21930508"
$LcmImageVMtools = ?????
Get-Cluster -Name $LcmCluster | Set-Cluster -BaseImage $LcmImageESXi -Component $LcmImageVMtools

0 Kudos
0 Replies