Deploying Forcepoint Endpoint using GPO
- Article Number: 000007665
- Products: Forcepoint DLP Endpoint, Forcepoint One Endpoint, Forcepoint Web Security Endpoint, TRITON AP-ENDPOINT DLP, TRITON AP-ENDPOINT Web
- Version: 8.6, 8.5, 8.4, 8.3, 8.2, 8.1, 8.0, 7.8, 7.7, 20, 19, 18
- Last Published Date: June 11, 2020
Problem Description
To install the Endpoint, we need to use the .exe. Since we cannot install via .exe on Group Policy Management, how do we deploy the endpoint? |
Resolution
Below are the steps for creating the GPO.
for /f "tokens=3" %%a in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Websense\Agent" /v InstallVersion') do set n=%%a if NOT "%n%" =="8.2.2334" (GOTO CHECKOS) ELSE (GOTO END) :CHECKOS IF EXIST "%PROGRAMFILES(X86)%" (GOTO 64BIT) ELSE (GOTO 32BIT) :64BIT <Location of the Endpoint Package>\<name of the 64bit endpoint built>.exe /v"/quiet /norestart" GOTO END :32BIT <Location of the Endpoint Package>\<name of the 32bit endpoint built>.exe /v"/quiet /norestart" GOTO END :END
The application should be installed on startup. The client may not be fully functional until a reboot occurs. |
Article Feedback
Want 24/7 Tech Support?
Learn more