| Win32_ProtocolBinding | |||
| The Win32_ProtocolBinding class represents an association among a system level driver, network protocol, and network adapter. | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| Antecedent | Reference | The Antecedent reference represents the network protocol that is used with the system driver and on the network adapter. | |
| Dependent | Reference | The Dependent reference represents the system driver that uses the network adapter through the network protocol of this class. | |
| Device | Reference | The Device reference represents the properties of the network adapter being used on the computer system. | |
| SAMPLE DATA INSTANCE | |||
|    [LOCALE(1033): ToInstance Amended]    instance of Win32_ProtocolBinding    {     Antecedent = "\\\\SCCM01\\root\\cimv2:Win32_NetworkProtocol.Name=\"MSAFD Tcpip [TCP/IP]\"";     Dependent = "\\\\SCCM01\\root\\cimv2:Win32_SystemDriver.Name=\"NdisWan\"";     Device = "\\\\SCCM01\\root\\cimv2:Win32_NetworkAdapter.DeviceID=\"6\"";    }; | |||