Quicklinks
ActiveXperts Network Monitor is an advanced and easy tool for monitoring LAN and WAN networks, network servers, workstations and TCP/IP devices. It has a large set of built-in checks, and you can add new checks by writing scripts. You can use VBScript (Windows) or RSH (UNIX) for it. VBScript checks can use WMI and ADSI. WMI is an interface to a broad range of properties of a computer/OS/application. With ADSI, you can monitor Directory Services.
Use the samples below to get used to various WMI classes, and use these classes in your own, custom ActiveXperts Network Monitor check. Each sample below can also be copied to a new file and then run from the command prompt (CSCRIPT.EXE <file>.vbs).
| Write a DS object - Computer | ||||||
|---|---|---|---|---|---|---|
| The ComputerAdsi class can be used into your custom scripts. | ||||||
| VBScript » | ||||||
| Write a DS object - Contact | ||||||
| The ContactAdsi class can be used into your custom scripts. | ||||||
| VBScript » | ||||||
| Write a DS object - Group | ||||||
| The GroupAdsi class can be used into your custom scripts. | ||||||
| VBScript » | ||||||
| Write a DS object - Organizational Unit | ||||||
| The Organizational UnitAdsi class can be used into your custom scripts. | ||||||
| VBScript » | ||||||
| Write a DS object - User | ||||||
| The UserAdsi class can be used into your custom scripts. | ||||||
| VBScript » | ||||||