| Win32_SystemNetworkConnections | |||
| The Win32_SystemNetworkConnections class represents an association between a network connection and the computer system on which it resides. | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| GroupComponent | Reference | The GroupComponent reference represents the computer system connected to the network. | |
| PartComponent | Reference | The PartComponent reference represents the network connection (to this computer system). | |
| SAMPLE DATA INSTANCE | |||
|    [LOCALE(1033): ToInstance Amended]    instance of Win32_SystemNetworkConnections    {     GroupComponent = "\\\\SCCM01\\root\\cimv2:Win32_ComputerSystem.Name=\"SCCM01\"";     PartComponent = "\\\\SCCM01\\root\\cimv2:Win32_NetworkConnection.Name=\"\\\\\\\\MRBIG\\\\@HOME\\\\EVERYONE$ (o:)\"";    }; | |||