This VBScript program can be used to execute a program on remote computers. It runs the executable on 
	all computers in a specified group. It can be used to install, setup, upgrade, patch, or modify many 
	applications. It can also be used to modify desktop configurations.
	
	The program prompts for a domain group, a program to deploy, and any command line parameters. The 
	program pings all computers that are members of the group. If the computer responds, the program 
	connects with WMI, copies the executable file to the root of the C: drive of the machine, runs the 
	program with the specified command line parameters, waits for the program to finish, then deletes 
	the executable file from the remote computer. A log file is created that documents every step taken 
	and all problems encountered. The log file will indicate which computers will need to have the 
	deployment repeated.
	
	Deploy.txt   <<-- Click here to view or download the program