This class contains information about a client computer’s network adapter configuration. This class is included in a default hardware inventory operation.
Table C.26 Network Adapter Configuration Attribute Class(SMS_G_System_NETWORK_ADAPTER_CONFIGURATION)
Property (Bold if collected) | Data type | Example | Notes |
---|---|---|---|
DefaultIPGateway | string | "{172.40.90.1, 172.40.90.0}" | Indicates the IP address of the default gateway. |
DHCPEnabled | uint32 | 1 | Determines whether to allow a dynamic host configuration protocol (DHCP) server to automatically assign an IP address when establishing a network connection.
Values are: If the value is True, DHCP is enabled. |
DHCPLeaseExpires | datetime | See “Date and Time Formats” at the beginning of Appendix B. | Indicates the date and time that the DHCP lease expires. |
DHCPLeaseObtained | datetime | See “Date and Time Formats” at the beginning of Appendix B. | Indicates the date and time that the DHCP lease was obtained. |
DHCPServer | string | "172.40.90.1" | Indicates the IP address of the DHCP server. |
GroupID | uint32 | 2 | Within one ResourceId (one SMS client), GroupID distinguishes one instance of a class from another. Objects with the same ResourceId and GroupID are “deltas” of one another, describing the same hardware inventory instance at different points in time. This is not a collectable property. |
Index | uint32 | 1 | Key. Indicates the index number of the Win32 network adapter configuration. |
IPAddress | string | "172.40.90.1" | Indicates the IP address associated with the current adapter. |
IPSubnet | string | "172.40.90.0" | Indicates the subnet mask associated with the current adapter. |
IPXAddress | string | Indicates the IPX address of the network adapter. | |
MACAddress | string | "00:C0:4F:86:7B: C9" | Indicates the media access control address (MAC) of the network adapter. |
ResourceId | uint32 | 42 | Key. Inventory items with the same ResourceId were all discovered on the same SMS client. The ResourceId identifies the SMS client.
A ResourceId is an integer generated for the sake of SQL; it is not unique outside the site and should be used only for short-term querying purposes. It is not a collectable property. |
RevisionID | uint32 | 1 | Objects with the same ResourceId and GroupID are deltas, differentiated from one another by RevisionID number. The highest number is the most recent update. This is not a collectable property. |
ServiceName | string | "El90x1" | Indicates the service name of the network adapter. |
TimeStamp | datetime | See “Date and Time Formats” at the beginning of Appendix B. | Indicates when the information in this object was last revised. This is not a collectable property. |