how do i monitor windows 2003 with wmi script

  • Thread starter Thread starter tony
  • Start date Start date
Well you could start by saying what you want to monitor exactly.

Regards
Mark Dormer
 
pretty much anything from

disk space
memory
cpu

especially event log errors, application halts and login failure alert by
email
 
You can write wmi scripts to query from classes like
Win32_MemoryDevice for memory, Win32_Processor for CPU and
Win32_LogicalDisk where drivetype = 3 for Hard disk. All these classes
are from root\cimv2
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top