Shortcut Menu

Skip

Main Navigation

Choose your language

You are here:

ActiveXperts.com > Administration > ADSI > Classes > Write a DS object

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.


ADSI - Write a Directory Sercvice object

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).

Overview of the ADSI classes


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 »