Skip to main content
FlexxAgent can be deployed on Windows using Group Policies (GPO). To do so, you need access to the agent installation package, which can be downloaded from the Flexxible portal.

Deployment

  1. Create a PowerShell script called .Install.ps1 with the following content: Start-Process Path to file\FlexxAgent-Installer.exe /verysilent /AgentConfig=“Path to file\settings.conf Example:
Make sure that, in addition to the executable, the line includes the parameters required for the installation, such as the proxy, if needed.
  1. Save the file for later use.
  2. Run the Windows Group Policy Management Console on a domain controller that has the remote computer management tools installed.
  3. Create a new Group Policy inside the Group Policy container. 0depgpo
  4. Give the new policy a name. Choose one that is meaningful.
  5. Right-click the Group Policy and select Edit.
  6. Expand the tree Computer Configuration -> Windows Settings and select Scripts (Startup/Shutdown) 1depgpo
  7. A dialog will appear in a new window. In it, select PowerShell Scripts. Then click the Show Files… button. 2depgpo
  8. The network folder where the scripts for the Group Policy are stored will open. 3depgpo
  9. Copy the Install.ps1 file that you created at the beginning and paste it inside the network folder that stores the Group Policy scripts. 4depgpo
  10. Close the Windows Explorer window that provided access to the folder with the Group Policy scripts.
  11. The modal window for the startup script properties will appear again. Click the Add… button.
  12. A dialog will appear to select files. Look for the script to use with the Browse… button.
  13. The previous path will open, where the file created at the start of the procedure is located. Double-click it, or select it and click the Open button.
  14. Once the file is selected, click OK to close the dialog. The file will appear in the configuration modal window.
  15. Select OK to close this window. You will return to the Group Policy editor. This window can be closed.
  16. Locate the branch of the organization, inside the domain controller, where the devices on which you want to install FlexxAgent are located. Select the branch and right-click it. Select Link an Existing GPO. 5depgpo
  17. A selection dialog will appear where you will select the policy created earlier. Once selected, click OK.

Verification

To validate the installation of FlexxAgent on a domain computer, you need to restart at least one of the devices within it, so that the Group Policy takes effect. After the restart, access the Event Viewer, in the Application log section, where you can review the events generated during the installation and the first run of FlexxAgent. 6depgpo After a few minutes, you will see the new device registered in the Workspaces module and in the Workspaces view in the Portal. 7depgpo The installation log can be viewed in detail in the file C:\Windows\Temp\FlexxAgentInstallation.log. 8depgpo