I have Windows Server 2008 and more computers in the domain. I need to run a program from the server on all the other computers, for example to install Kaspersky on the target computers. How can I achieve that?
migrated from stackoverflow.com May 19 '10 at 1:08
|
You may install programs using Group Policy Objects and MSI files of a program distribution. Deploying an MSI through GPO. You also have an option to deploy any remote control software e. g. UltraVNC or schedule programs execution using Task Scheduler. This question is better suited for serverfault. |
|||
|
|
|
I just heard of PDQ Deploy today. Perhaps it could be what you are searching for. |
||||
|
|
|
While some software can be deployed via Group Policies, most can't. You should investigate tools such as psexec, which will allow you to run pretty much any software on a target machine. |
|||
|
|
|
In regards to your specific example, Kaspersky Antivirus installs through a deployment console which is installed on the server. The console itself will allow you to deploy the client to as many or as few machines as you like. It's called the Kaspersky Administration Kit. Alternatively it has a wizard for configuring Kaspersky which will give you an MSI for deployment using GPOs in Active Directory. |
|||
|
|