I need a checking WMI port status script.

Asked By 60 points N/A Posted on -
qa-featured

Hallo there!

I would like to test my Windows Media Instrumentation port at regular intervals using a script. I am open to using any scripting language to achieve this objective. Can someone please send me checking WMI port status script. The script should contain some comments if possible. Thanks in advance.

SHARE
Answered By 30 points N/A #170147

I need a checking WMI port status script.

qa-featured

WMI Has the properties computer applications and operating system. You can check the services using ADSI.

You can use various scripting languages to manage and monitor the system e.g. VBScripi, JScript, Powershell, etc. 

You can check WMI port status using these languages and  get the script to check the status of the port

Related Questions