Forum Discussion

Antony_Hawkins's avatar
7 years ago

WinIf (Windows Interfaces) with Instance Level Properties

A modified version of the stock WinIf- DataSource, with various Instance Level Properties brought in from the related Win32_NetworkAdapter class.

Adds:

  • auto.interface.adaptertype
  • auto.interface.macaddress
  • auto.interface.manufacturer
  • auto.interface.netconnectionid
  • auto.interface.netenabled
  • auto.interface.pnpdeviceid
  • auto.interface.servicename

See https://msdn.microsoft.com/en-us/library/aa394216(v=vs.85).aspx for more details on what each of these are, and other ILPs you may choose to further add.

v1.3.0: 3LD3EN