Open Arash-monsef65 opened 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.profile = "ESXi-8.0U1d-23299997-standard" $esxcli.software.profile.update.invoke($argsInstall)
عالی جناب مهندس
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)