I currently have a vb script that is using MMC and retrieves events (Application, security etc) from my local desktop. The script is working fine.
Now, I need to connect to multiple servers and run the same script on each one (there will be a list if servers in either a table or text file). The...