Wednesday, 17 October 2012

How to find server serial number remotely

To retrieve serial number of the computer run the following command:
wmic bios get serialnumber
To retrieve model name of the computer run the following command:
wmic csproduct get name

No comments:

Post a Comment