WMI Operations on remote Windows computers
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 Windows Management Instrumentation classes
List all shares on local computer using credentials of currently logged on user | |||||
---|---|---|---|---|---|
The List all shares on local computer using credentials of currently logged on user WMI class can be used into your custom scripts. | |||||
VBScript » | |||||
List all shares on local or remote computer using credentials of currently logged on user | |||||
The List all shares on local or remote computer using credentials of currently logged on user WMI class can be used into your custom scripts. | |||||
VBScript » |