Jump to content

[UDF] NetEnum


Zinthose
 Share

Recommended Posts

This is the beginning of my attempt to create a UDF to utilize the functions of the Windows NetApi32 library. Currently the UDF only contains one function, _NetEnum_GetNetList. This singular function is significant as it enumerates and returns an array of all the systems listed in the Network Neighborhood! :)

The motivation to create this script was to offer a user to select from a list of active systems to Offer Remote Assistance through the Remote Desktop Connection capabilities of Windows.

Example: _NetEnum_GetNetList.au3

#include <array.au3>
#include <NetEnum.au3>

Dim $Results = _NetEnum_GetNetList()
_ArrayDisplay($Results, "Example: _NetEnum_GetNetList()")oÝ÷ ÙÊ%¢º4ÓMÊZËr

Enjoy.. :o

--- TTFN

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...