| Win32_SystemServices | |||
| The Win32_SystemServices class represents an association between a computer system and a service program that exists on the system. | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| GroupComponent | Reference | The GroupComponent reference represents the Win32_ComputerSystem containing the properties of the computer system on which the service exists. | |
| PartComponent | Reference | The PartComponent reference represents theWin32_Service containing the service that exists on the computer system. | |
| SAMPLE DATA INSTANCE | |||
|    [LOCALE(1033): ToInstance Amended]    instance of Win32_SystemServices    {     GroupComponent = "\\\\SCCM01\\root\\cimv2:Win32_ComputerSystem.Name=\"SCCM01\"";     PartComponent = "\\\\SCCM01\\root\\cimv2:Win32_Service.Name=\"AeLookupSvc\"";    }; | |||