Roll out a program from Win2K3 server with AD?

Permabanned
Joined
22 Apr 2007
Posts
1,805
Hi guys,

I've got an ISO of a program I want to roll out to all users so it installs on their laptops.

The ISO is currently on the server.

We use AD, whats the best way to do this?
 
You can't roll out an ISO via Group Policy.

You need to package the program as an re distributable MSI and then add the file to Group Policy in the correct OU (Whatever OU the laptops are in)

If the program doesn't come in MSI format you need to use some MS tool to create a snapshot.

When done do a gpudate /force on the server and it should arrive on the laptop after a reboot. If not add gpupdate to your logon script and it should appear at the next restart.
.

Group Policy is a black art.
 
Back
Top Bottom