Carlos Aguni

Highly motivated self-taught IT analyst. Always learning and ready to explore new skills. An eternal apprentice.


ESXI Lenovo m70q I269-V NIC

22 Mar 2022 »

https://chowdera.com/2021/09/20210905181227379S.html

https://developer.vmware.com/powercli

c: esxi

Install-Module -Name VMware.PowerCLI
Set-ExecutionPolicy -ExecutionPolicy Unrestricted
$esxiOfflineBundle = "C:\esxi\VMware-ESXi-7.0U2e-19290878-depot.zip"
$intelNicOfflineBundle = "C:\esxi\Net-Community-Driver_1.2.2.0-1vmw.700.1.0.15843807_18835109"
$esxiImageProfileName = "ESXi-7.0U2e-19290878-standard"
$newImageProfileName = "ESXi-7.0U2e-19290878-Intel-i219-try4"
Add-EsxSoftwareDepot $esxiOfflineBundle
Add-EsxSoftwareDepot $intelNicOfflineBundle
$IntelNUCVib = Get-EsxSoftwarePackage | where {
    $_.name -eq "net-community" -and $_.version -eq "1.2.2.0-1vmw.700.1.0.15843807"}
New-EsxImageProfile -CloneProfile $esxiImageProfileName -Name $newImageProfileName -Vendor vGhetto
Add-EsxSoftwarePackage -ImageProfile $newImageProfileName -SoftwarePackage $IntelNUCVib
Export-EsxImageProfile -ImageProfile $newImageProfileName -ExportToIso -FilePath "C:\esxi\ESXi-7.0U2a-17867351-Intel-i219-2.iso"

Community Networking Driver for ESXI

https://flings.vmware.com/community-networking-driver-for-esxi#requirements

Download Net-Community Driver

https://communities.vmware.com/t5/ESXi-Discussions/How-to-recognize-I219-V-LAN-port-to-ESXi-6-5-or-later/td-p/2284961

net community driver