Collect Network Details

This Automation Manager object collects details about all available network adapters.

Privileges

Normal

Input Parameters

None

Output Parameters

Name Type Description
Network Adapters Collection

A list of network adapters on the local computer. Each adapter contains the following members:

  • Mac Address – The adapter's MAC address
  • IPv6 – The IPv6 address assigned to the adapter
  • IPv4 – The IPv4 address assigned to the adapter
  • Adapter – The name of the adapter
Result Number Returns a success value of zero, or any value other than zero to indicate failure.
Result String String Object execution error details.

Example Input Parameters

No input parameters required.