If you work with SCCM, and you try to integrate new drivers in your SCCM Task Sequence, you will need to get the model of your devices.
Thanks to PowerShell, you can use the following command to get this information:
Get-WmiObject Win32_Computersystem

Now, you can easily create a WMI query in your SCCM Task Sequence based on this information.
Thanks for reading! You can follow me on Twitter @PrigentNico