Monday, July 11, 2011

Easy way to find Server / PC serial number

Many times I find myself needing the serial number of a remote server or pc. Below is a simple command line that will provide the information quickly and easily.

C:\>wmic

wmic:root\cli>systemenclosure get serialnumber

SerialNumber
xxxxxxxx

wmic:root\cli>exit

C:\>

No comments:

Post a Comment