I was remotely connected (via RDP) to a server a thousand miles away for which I needed to get the serial number. The server is an HP 380 Gen9.
Neat trick using WMIC
from command line:
wmic /node:HOSTNAME bios get serialnumber
(I used "localhost" for the hostname)
No comments:
Post a Comment