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:\>
C:\>wmic
wmic:root\cli>systemenclosure get serialnumber
SerialNumber
xxxxxxxx
wmic:root\cli>exit
C:\>

0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home