'How to get model of motherboard in using wmi?

I could get serial number using this code:

a = wmi.WMI()
print(a.Win32_BaseBoard()[0].SerialNumber)

So now how to do the same with model of motherboard and any different information about motherboard?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source