Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 751 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 751 Bytes

#wmiagent

A Windows monitor agent. Fetch data by using WMI(Windows Management Instrumentation).

##Requirement:

  1. WMI Administrative Tools
  2. Python Win32 Extension
  3. Python WMI

##Usage:

###1. Start Polling task python PollManager.py install python PollManager.py start

###2. Start Http Service python HttpServerManager.py install python HttpServerManager.py start

Then, you can see and manage them in Windows Server Manager.

###3. Stop Polling task python PollManager.py stop

###4. Stop Http Service python HttpServerManager.py stop

Edit by Kevin Shaw dysj4099@gmail.com