Windows 10: How to find out which motherboard you have from the command line / PowerShell 🙃

avatar
(Edited)

Windows 10: So findest du von der Kommandozeile / PowerShell heraus, welches Motherboard du hast.

Wenn man auf dem eigenen oder einem fremden PC herausfinden möchte, welches Mainboard installiert ist, ohne ein zusätzliches Programm zu installieren oder den Computer in das BIOS/UEFI neu zu starten, gibt es diese elegante Möglichkeit über die Kommandozeile / PowerShell bei Windows 10:

Zunächst öffne eine Kommandozeile / PowerShell (mit Admistratorrechten): Rechtsklick auf den Windows-Button unten links, je nach Windows-Version "Command Prompt" oder "Windows PowerShell" ausführen.

Gib dann folgendes Kommando ein:

Veraltete Methode (Command Prompt)

wmic baseboard get product,Manufacturer,version,serialnumber

Neue Methode (PowerShell)

Get-WmiObject win32_baseboard | Format-List Product,Manufacturer,SerialNumber,Version

Viola! Die Methode funktioniert grundsätzlich auch auf Laptops/Tablets, zeigt dann aber den Laptop-Hersteller und meistens eine interne, kryptische Modell-Nummer an.

powershellwmicbaseboardmotherboard1.png

English

If you want to find out which mainboard is installed on your own or a different PC, without installing an additional program or rebooting the computer into the BIOS/UEFI, there is this elegant solution via the command line / PowerShell in Windows 10:

First open a command line / PowerShell (with administrator rights): Right click on the Windows button in the lower left corner, run "Command Prompt" or "Windows PowerShell" depending on the Windows version.

Then enter the following command:

Deprecated method (Command Prompt)

wmic baseboard get product,Manufacturer,version,serialnumber

New method (PowerShell)

Get-WmiObject win32_baseboard | Format-List Product,Manufacturer,SerialNumber,Version

Viola! This method works also on laptops/tablets, but then shows the laptop manufacturer and usually an internal, cryptic model number.

Sources

[1] How to Check Your Motherboard Model Number on Your Windows PC https://www.howtogeek.com/208420/how-to-check-your-motherboard-model-number-on-your-windows-pc/
[2]
Get Motherboard Information via Command Prompt in Windows 10 https://winaero.com/get-motherboard-information-via-command-prompt-in-windows-10/
[3] Get-WmiObject https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.management/get-wmiobject?view=powershell-5.1

Live your Secrets and Hive Prosper 🍯

xx Viki @vikisecrets

Blog post: Über die Kommandozeile / PowerShell herausfinden, welches Motherboard du hast



0
0
0.000
6 comments
avatar

Du hast ein Upvote von mir bekommen, diese soll die Deutsche Community unterstützen. Wenn du mich unterstützten möchtest, dann sende mir eine Delegation. Egal wie klein die Unterstützung ist, Du hilfst damit der Community. DANKE!

0
0
0.000
avatar

Moin! The rewards distribution has changed for stem. You have to post on stemgeeks.net to get the full reward for future reference. 👍🏻😁

0
0
0.000
avatar

Anhand der Kommandozeile unter Windoffs 10 sieht man wieder,
dass es nur eine Oberfläche für Mausbenutzer ist ;-)
Im Kern arbeitet immer noch good old DOS
Für alle die DOS nicht (mehr) kennen!
Gebt mal in der Kommandozeile format C: ein
Dann hilft auch nicht die Systemwiederherstellung weiter!

Achtung! nicht nachmachen wenn ihr nicht wisst was ihr tut ;-)

0
0
0.000
avatar

Kommandozeile ist King, aber nur für Nerds, die wissen, was sie tun ;)

0
0
0.000