in Windows 2008, how can I set up perfmon alerts to execute some scheduled task or batch file? I found examples for Windows 2003, but not 2008.

for example, I want to execute a task if free space on C drive goes below 10%. how would I do that?

link|improve this question

50% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Use the Reliability and Performance tool to monitor the "% Disk Free" counter. Create a Data Collector Set and set it to run the task when it falls below your threshold using the "Alert Task" tab in the Data Collector Properties.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.