Hi All,
This question extends my previous question about Performance Monitoring and offers a further 200 points.
My problem is that I have spent yesterday and today trying to get perfmon to run a log from 9am to 6pm, and then when the logging stops, email us in the IT department with the log that we can save this locally, and try to automate the whole process… but perfmon does not allow this easily (hnce the question!). To solve this, I have written a VBScript (as mentioned earlier) that opens Outlook, sends a mail with an attachment (that days log)and closes Outlook (if it is not already open).
This script runs fine from the command prompt, but for some reason, when I try to run it from the schedule tab in perfmon, it won;t work!!!(See earlier question)
I am assuming through lack of answering my previous question that this is as hard to answer for y’all (southern accent) as it is for me!
I have been trying all sorts of workarounds including running multiple batch files, including one opening a seperate command prompt, and then running the batch file that runs the script!
To no avail.
Now to the point! Does anyone know how to accomplish this task any other way? Preferably without resorting to 3rd party solutions, but such suggestions would be acceptable, and worth a few points.
Please let me know…
Essentially I want to run a performance monitor for work hours, then email the results to a number of people each day.
Thanks all in advance,
Will