I am very new to VBS.
I have created a simple script that determines if a certain process (powerpnt) is running on my local machine.
I would like to create a similar script that checks for the running process on multiple machines, and displays the results as:
Machine1: Process is running
Machine2: Process is not running
Machine3: Process is running
Machine4: Process is not running
Machine5: Process is running
I have created a simple script that determines if a certain process (powerpnt) is running on my local machine.
I would like to create a similar script that checks for the running process on multiple machines, and displays the results as:
Machine1: Process is running
Machine2: Process is not running
Machine3: Process is running
Machine4: Process is not running
Machine5: Process is running