If you’re an IT admin, you may often need to deploy different software for your clients. Deploying apps to your clients is not a very tedious thing and we’ll be discussing the step-by-step process involved in this article.

While you deploy the software, some things you must take care of in advance. The software file you’ll be using for installation should be on a network. Secondly, the Group Policy level at which you want to deploy software: machine or user level. There are three levels of deployment: Published, Assigned, Advanced. Published means the software is readily available to users and can be installed from Add or remove programs. While Assigned implies that program is assigned to program distribution and will be installed when user logs on. But you need to select those settings additionally.

Here is the process that you can use for deployment of your software.

Deploy Software Using Group Policy In Windows Server 2019

1. Press W8K + R and type gpmc.msc in Run dialog box to open Group Policy Management snap-in. Click OK.

Group Policy Management Snap-in

2. In Group Policy Management window, create a GPO object and link it to your domain. Right click on the GPO object and select Edit.

Deploy Software Using Group Policy In Windows Server 2019

3. In the Group Policy Management Editor window opened next, select the mode of deployment. If you want to deploy it at machine level, go to Computer Configuration > Policies > Software Settings > Software installation. Else go to User Configuration > Policies > Software Settings > Software installation, if you want to deploy it at user level. We opted for user level in this example. So right click on Software installation folder and select New > Package.

Deploy Software Using Group Policy In Windows Server 2019

4. Now browse for MSI file based software installation file and select it.

Note: The software installation file you select should be on a network location which is accessible by your clients.

Deploy Software Using Group Policy In Windows Server 2019

5. Next, select the Deployment type from Published, Assigned, Advanced. We selected Assigned option here.

Deploy Software Using Group Policy In Windows Server 2019

6. Moving on, back in the GP Editor window, right click on the software installation entry and select Properties.

Deploy Software Using Group Policy In Windows Server 2019

7. On the property sheet, switch to Deployment tab, and select Install this application at logon option. Click Apply, followed by OK and exit Group Policy.

Note: If you found Install this application at logon option greyed out, refer this fix.

Deploy Software Using Group Policy In Windows Server 2019

8. Update the Group Policy engine using gpupdate /force command. Your clients will get the software deployed upon next logon or settings you chosen.

See this video to illustrate this guide:

That’s it!

Leave a Reply

Your email address will not be published. Required fields are marked *