ActiveXperts Network Monitor ships with a large collection of ADSI based checks. It also offers a native Active Directory check, to keep an eye on the Active Directory services, processes and performance counters.
Use ActiveXperts Netork Monitor to monitor your virtualization servers, domains, computers and devices. It runs on a single Windows server, without agents required on the monitored systems. It has many built-in checks and also allows administrators to create custom checks using PowerShell, VBScript and SSH.
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. ADSI 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).
| Delete a DS object - Computer | ||||||
|---|---|---|---|---|---|---|
| The Computer Adsi class can be used into your custom scripts. | ||||||
| VBScript » | ||||||
| Delete a DS object - Contact | ||||||
| The Contact Adsi class can be used into your custom scripts. | ||||||
| VBScript » | ||||||
| Delete a DS object - Group | ||||||
| The Group Adsi class can be used into your custom scripts. | ||||||
| VBScript » | ||||||
| Delete a DS object - Organizational Unit | ||||||
| The Organizational Unit Adsi class can be used into your custom scripts. | ||||||
| VBScript » | ||||||
| Delete a DS object - User | ||||||
| The User Adsi class can be used into your custom scripts. | ||||||
| VBScript » | ||||||