Posts

Showing posts from October, 2017

SCCM Collections for ThinkPad Docks

This article has moved to  https://docs.lenovocdrt.com/#/docks/configmgr_dock_queries In case your organization has a variety of ThinkPad docks, you may want to create a device collection or report that displays all of your ThinkPad's out in the field connected to one. WQL queries provided in this blog post will be targeting: OneLink+ Docks select SMS_R_System.Name, SMS_R_System.IPAddresses, SMS_R_System.LastLogonUserName from SMS_R_System inner join SMS_G_System_PNP_DEVICE_DRIVER on SMS_G_System_PNP_DEVICE_DRIVER.ResourceID = SMS_R_System.ResourceId inner join SMS_G_System_SYSTEM_ENCLOSURE on SMS_G_System_SYSTEM_ENCLOSURE.ResourceID = SMS_R_System.ResourceId where SMS_G_System_PNP_DEVICE_DRIVER.PNPDeviceID like "USB\\VID_17EF&PID_1019%" and SMS_G_System_PNP_DEVICE_DRIVER.Name = "Generic SuperSpeed USB Hub" and SMS_G_System_SYSTEM_ENCLOSURE.ChassisTypes in ( "8" , "9" , "10" , "11" , "12