Get-EsxImageProfile | Sort-Object "ModifiedTime" -Descending | format-table -property Name,CreationTime
Add-EsxSoftwareDepot D:\TMP\ESX\megaraid_sas-6.610.15.00-6.0-offline_bundle-3342535.zip
Get-EsxSoftwarePackage
New-EsxImageProfile -CloneProfile "ESXi-6.0.0-20170304001-standard" "ESXi-standard-severstal" -vendor Custom
Get-EsxSoftwarePackage
Add-EsxSoftwarePackage -ImageProfile "ESXi-standard-severstal" scsi-megaraid-sas
#По поводу драйвера более старой версии париться не надо.
#Удалять его не требуется, замениться автоматом более новым.
# Собираем ISO
Export-EsxImageProfile -ImageProfile "ESXi-standard-severstal" -exporttoiso esx.iso
#Чтобы посмотреть что получилось, можно собрать бандл обратно и поковыряться в архиве.
#В нем видно какой драйвер и какой версии встал.
Export-EsxImageProfile -ImageProfile "ESXi-standard-severstal" -exporttobundle esxi.zip