Arash-monsef65 / ESXi

0 stars 0 forks source link

PowerCLI: esxcli software profile update #11

Open Arash-monsef65 opened 8 months ago

Arash-monsef65 commented 8 months ago

esxcli software sources profile list -d /vmfs/volumes/datastore/VMware-ESXi-8.0U1d-23299997-depot.zip

$argsInstall = @() $patchfilepath = "/vmfs/volumes/datasore/VMware-ESXi-8.0U1d-23299997-depot.zip" $esxcli = get-esxcli -VMHost “esxi01.test.local” -V2 $argsInstall = $esxcli.software.profile.update.createargs() $argsInstall.depot = $patchfilepath

$argsInstall.nosigcheck = $true

$argsInstall.nohardwarewarning = $true

$argsInstall.profile = "ESXi-8.0U1d-23299997-standard" $esxcli.software.profile.update.invoke($argsInstall)

kavian1993 commented 3 weeks ago

عالی جناب مهندس