| Win32_SystemSystemDriver | |||
| The Win32_SystemSystemDriver class represents an association between a computer system and a system driver running on that computer system. | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| GroupComponent | Reference | The GroupComponent reference represents the properties of the computer system upon which the driver is running. | |
| PartComponent | Reference | The PartComponent reference represents the system driver running on the computer system. | |
| SAMPLE DATA INSTANCE | |||
|    [LOCALE(1033): ToInstance Amended]    instance of Win32_SystemSystemDriver    {     GroupComponent = "\\\\SCCM01\\root\\cimv2:Win32_ComputerSystem.Name=\"SCCM01\"";     PartComponent = "\\\\SCCM01\\root\\cimv2:Win32_SystemDriver.Name=\"Abiosdsk\"";    }; | |||