$esxiOfflineBundle = "VMware-ESXi-7.0U3d-19482537-depot.zip"
$netOfflineBundle = "Net-Community-Driver_1.2.7.0-1vmw.700.1.0.15843807_19480755.zip"
$baseProfile = "ESXi-7.0U3d-19482537-standard"
$newProfile = "ESXi-7.0U3d-19482537-i225"
$newVendor = "white-alone.com"
Add-EsxSoftwareDepot .\"$esxiOfflineBundle"
Add-EsxSoftwareDepot .\"$netOfflineBundle"
New-EsxImageProfile -CloneProfile "$baseProfile" -name "$newProfile" -Vendor $newVendor
Add-EsxSoftwarePackage -ImageProfile "$newProfile" -SoftwarePackage "net-community"
Export-ESXImageProfile -ImageProfile "$newProfile" -ExportToIso -filepath "$newProfile.iso"
Export-ESXImageProfile -ImageProfile "$newProfile" -ExportToBundle -filepath "$newProfile.zip"
关注数量超出限制,
请先删除部分内容再尝试