Installing a software through group policy

active-directorygroup-policy

I want to install a software through group policy to the users in a particular OU. I have production OU. I have 4 users in that OU I have to apply group policy in such a way that a software should be installed to the users. These are the steps I tried.

  1. Downloaded 7 zip msi file.
  2. Created a shared folder programs and have put the msi file into that folder.
  3. Opened Group policy -> Right Click production OU -> create and link group policy -> named the group policy-> right clicked ->edit->sotware policies->software installation->new package-> selected 7 zip from the file uploader pop up -> advanced -> in the properties, deployment tab checked the ASSIGNED radio button -> then checked Install in LOGON -> OK
  4. opened cmd -> gpupdate.
  5. logged in as another user but din find the software installation.

Where did i go wrong? Can anyone help me with this please. I din find the software in the "INSTALL SOFTWARE THROUGH NETWORK " option too.

Best Answer

Yes Ganesh, you will have to provide the user administrator rights. To avoid this situation you need to change from "User Configuration" to "Computer Configuration" and apply to computers instead users.

If you are applying this to Windows XP computer it may work by adding the user to the Power Users group, but that depends on the software installer, if involves a driver installation will fail because of the need of elevated rights.

From my experience with Windows 7 it work if the user is local administrator of the PC, if not you have to deploy through Computer Configuration instead.