How Can I Monitor the Activity Level of a Process?
Hey, Scripting Guy! How can I monitor the activity of a process to see if anyone is using it?-- AJ Hey, AJ. You know, this is one time when writing the script is actually the easy part of the answer. Although there are a couple different ways to do this, we opted to periodically check the cumulative amount of processor time used by an applicatio...