Tag Archives: model

Whats the best way to query for a Toughbook from MDT/SCCM?

By | February 17, 2015
Share

The old way: SELECT * FROM Win32_ComputerSystem WHERE Model LIKE “CF-53J%” This query no longer works for Toughbook systems manufactured after 2014.  This field is now populated with a generic value for the Toughbook revision (CF52-2 instead of CF-53JVUZK1M).   The best way: SELECT * FROM Win32_BaseBoard WHERE Product LIKE “CF53-2%”   If you prefer to… Read More »

Toughbook Model/Mark Breakdown UPDATED

By | April 7, 2014
Share

Latest revision of the Model/Mark Breakdown. Roughly every year each Toughbook model is either revved to the latest Intel Chipset, GPU, WWAN card, WLAN card, etc.  In most cases, these changes do NOT change the first 5 characters of the model number.  The forst 5, CF-19, CF-31, CF-53, normally do not change for up to… Read More »