LKBEN11511: Find the serial number of your windows 10 device


Symptom

You need to register for an MDM and need to enter the serialnumber of the system

Cause

Needed to register in advance

Solution

To get the serial number of your computer you can open a cmd and enter the following command:

wmic bios get serialnumber

This will show your serial number.

An alternative is using powershell to read this information.

Get-WmiObject win32_bios

This will show you the Manufacturer, the name of the the pc type, the serrialnumber and the version of PC you have.

Have fun.

Disclaimer:

The information provided in this document is intended for your information only. Lubby makes no claims to the validity of this information. Use of this information is at own risk!

About the Author

Author: Wim Peeters - Keskon GmbH & Co. KG

Wim Peeters is electronics engineer with an additional master in IT and over 30 years of experience, including time spent in support, development, consulting, training and database administration. Wim has worked with SQL Server since version 6.5. He has developed in C/C++, Java and C# on Windows and Linux. He writes knowledge base articles to solve IT problems and publishes them on the Lubby Knowledge Platform.

Latest update: 13.08.2021 | Comment: