Monday, April 30, 2012

SCCM/MDT: WMI Script to check computer Make & Model

Below is the WMI script to check computer Make & Model, output of which can be used in SCCM/MDT for make & model based driver deployment query.

Hope, this will find a place in your requirement J.
Go to Start and open Run.
1.       WBEMTEST


2.       Click on “Connect
 

3.       Type “root\cimv2” and click “connect
 
4.       Click on “Query
 
5.       Type the command “Select * from Win32_ComputerSystemProduct " in Query box and click “Apply”.
 
6.       Please take a screen shot of the complete “Query result” and revert.
e.g.

Now we can take this query and use for OS deployment via or SCCM or MDT.

No comments:

Post a Comment

Azure Policy support for remediating tags for existing resources

Use Azure policy to remediate tags for existing resources. https://azure.microsoft.com/en-us/updates/azure-provides-at-scale-tags-managem...