How to get Serial number and System information of ESXi host remotely using putty

Posted on Updated on


Get hardware serial number using this command from putty

esxcfg-info | grep “Serial N”

Type the following command from the command line on the service console and you will get some Vendor details and serial number information.

/usr/sbin/dmidecode |grep -A4 “System Information”

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.