Get Computer Model Info for SCCM Driver Packages

0

When creating SCCM driver packages I always (99%) use WMI queries to select the correct driver package to be installed. Often I perform these tasks remotely without visiting the customer.

The main reason for this blog post is to provide a list of useful commands that the customer can execute on the computer to get the WMI query I need.

Depending on the hardware vendor you might want to use different commands, but these commands should provide most of the information you need.

Here is the computer information that where returned by running the commands on my computer:

wmic csproduct get name, vendor, version

clip_image001

wmic computersystem get model,name,manufacturer,systemtype

clip_image002

For more information and query examples check this post:
https://www.ronnipedersen.com/wmi-query/

/Enjoy

+Ronni Pedersen

About Author

My name is Ronni Pedersen and I'm currently working as a Cloud Architect at APENTO in Denmark. My primary focus is Enterprise Client Management solutions, based on technologies like AzureAD, Intune, EMS and System Center Configuration Manager. I'm is also a Microsoft Certified Trainer and Microsoft MVP in Enterprise Mobility.

Leave A Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.