Difference between revisions of "ESX Script Extracts and Examples"

Jump to navigation Jump to search
m
→‎ESX BIOS, NIC and HBA Driver Versions: Added link to vBlog SSH example
(→‎ESX BIOS, NIC and HBA Driver Versions: Added PowerShell_Credentials_Files template, remove refs to Log (standard.ps1) and VC_List)
m (→‎ESX BIOS, NIC and HBA Driver Versions: Added link to vBlog SSH example)
Line 138: Line 138:
== ESX BIOS, NIC and HBA Driver Versions ==
== ESX BIOS, NIC and HBA Driver Versions ==
Getting BIOS, NIC and HBA driver versions is dependant on what's reported to the ESX by the hardware vendor's CIM provider.  This script was written using various HP servers and may well only work for them.
Getting BIOS, NIC and HBA driver versions is dependant on what's reported to the ESX by the hardware vendor's CIM provider.  This script was written using various HP servers and may well only work for them.
Over time I've found the method below to be unreliable, as the data available from vCentre varies in quality, an alternative (which is more reliable, but requires the use of external libraries) can be found here - http://vblog.strutt.org.uk/2012/04/esx-hba-and-nic-driverfirmware-versions/


<source lang="Powershell">
<source lang="Powershell">

Navigation menu