| Win32_SystemDriverPNPEntity | |||
| The Win32_SystemDriverPNPEntity class represents an association between a Plug and Play device on the Win32 computer system and the driver that supports the Plug and Play device. | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| Antecedent | Reference | The Antecedent reference represents the Plug and Play device controlled by the driver. | |
| Dependent | Reference | The Dependent reference represents the driver that supports the Plug and Play device. | |
| SAMPLE DATA INSTANCE | |||
|    [LOCALE(1033): ToInstance Amended]    instance of Win32_SystemDriverPNPEntity    {     Antecedent = "\\\\SCCM01\\root\\cimv2:Win32_PnPEntity.DeviceID=\"ROOT\\\\*CM_RCDISPLAY\\\\0000\"";     Dependent = "\\\\SCCM01\\root\\cimv2:Win32_SystemDriver.Name=\"smsmdd\"";    }; | |||