Set up a virtual Windows Server 2016 for Homelab: Part 6: Install Software Using Group Policy Management
In this post, we will learn how to deploy *.msi files through folder sharing.
Double check these easy to miss things first.
1. Do you have Network Discovery settings settings set to allow on each computer in the system?
2. What groups do you have in Remote Desktop Users set? Preferably have Authenticated Users set.
Share the folder
Go to File Explorer and choose a location where you'd like to place the shared folder > New Folder > give a relevant name (Software Deployment ) > Right-click > Share > Specific People >
Now let's place our desired .MSI file into the shared folder so we can create the GPO.
Create the GPO
Server Manager > tools > Group Policy Management > right-click Group Policy Objects > New > name appropriately (Software Deployment Folder)
Right-click newly created GPO in right panel > Edit >
Group Policy Management Editor > Computer Configuration \ Policies \ Software Settings > Right-click Software Installation > New > Package
Type in the Share path of the MSI file. like so \\NameOfServer\Foldershare\FileName.msi > Assigned > OK
Now let's apply the GPO to our target OU.
Comments
Post a Comment