FDC Agent GPO deployment

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

  1. Prepare the Installation File: Create a folder on a network-accessible server and place the MSI file there.
  2. 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.
  3. Access the Group Policy Management Console: On your Domain Controller, open the Group Policy Management Console. Navigate to your domain under Domains.
  4. Create a Group Policy Object (GPO): Navigate to the Organizational Unit (OU) where you want the software to be installed on every computer.
  5. Right-click on the OU and select Create a GPO in this domain and Link it here. Name your GPO and click OK.

  6. Configure the GPO: Select the newly created GPO under the OU, right-click, and choose Edit.
  7. Navigate to Computer Configuration > Policies > Software Settings.
  8. Right-click on Software Installation, select New, then click Package.
  9. Browse to the network share location of your MSI file, select it, and click Open.
  10. Assign the Software: Select Assigned and then click OK to ensure the software will be installed automatically on the target machines.
  11. 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.
  12. 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.