Complete the following steps to FDC Agent GPO deployment.
Prerequisites:
- MSI file of the agent: Ensure you have the MSI installation file.
- Windows 10 machine: Target machines must be running Windows 10.
- installerConfig.json file (optional): Configuration file for the installation.
- Domain Admin level access: You need access to the Domain Controller.
Steps
-
Prepare the Installation File: Create a folder on a network-accessible server and place the MSI file there.
-
Create a Network Share: Share the folder where the agent's MSI file is stored. Assign Read permissions to Domain Computers to make
the MSI file available to all domain accounts.
-
Access the Group Policy Management Console: On your Domain Controller, open the Group Policy Management
Console. Navigate to your domain under Domains.
-
Create a Group Policy Object (GPO): Navigate to the Organizational Unit (OU) where you want the software to be installed on every
computer.
-
Right-click on the OU and select Create a GPO in this domain and Link it here. Name your GPO and click OK.
-
Configure the GPO: Select the newly created GPO under the OU, right-click, and choose Edit.
-
Navigate to .
-
Right-click on Software Installation, select New, then click Package.
-
Browse to the network share location of your MSI file, select it, and click Open.
-
Assign the Software: Select Assigned and then click OK to ensure the software will be installed automatically on the target machines.
-
Force Group Policy Update: On the Domain Controller, open Command Prompt and run the following command to update group policy across all computers
immediately:
gpupdate /force
.
-
7. Restart Client Machines: To complete the installation, perform a hard reboot on each client machine where the installation is intended. This ensures the
new GPO is applied and the software installation is initiated upon startup.