April 2004
Beginner
416 pages
11h 3m
English
You are the network administrator of a medium-sized company, and you have been studying scripting. You recently learned how to write a pretty cool script that will tell you which services are running in a process. You have been noticing some strangeness in the processor utilization on some of your servers, and you think you have traced it down to the way services run inside processes. To further investigate the issue, you want to modify a script you recently wrote (Lab 7) so that it can be fully automated.
Open the Lab9Starter.vbs file, and save it as lab9.vbs.
Edit the list of variables. Remove strComputer and colComputers because they won’t be used in the new script.
Since you’re going to feed a text file, ...