Table of Contents
1. Creating Endpoint package for deploying Forcepoint Cloud Endpoint.
2. Installing the endpoint from Windows
3. Uninstalling the endpoint from Windows (Classic Proxy Connect and Direct Connect)
4. Stop and Start the endpoint client on Windows.
5. Stop and start the endpoint client on MAC.
Forcepoint Web Cloud Endpoint
Login to https://admin.websense.net/ and navigate to Web Settings Endpoint.
Under the Endpoint you will find “Deployment Settings” please copy the WSCONTEXT which is unique for each customer. You can also set “Anti-Tampering password”
Follow the steps below to deploy an endpoint client on a single machine.
msiexec /package "WebsenseEndpoint.msi" /norestart WSCONTEXT=xxxx
Where WSCONTEXT=xxxx is the unique GPO configuration code noted from the Endpoint Download page in the portal.
You can uninstall the endpoint client by doing the following:
1. |
Go to Control Panel > Programs and Features, and select Websense Endpoint. |
2. |
Click Uninstall. |
3. |
Click Yes to continue. Then enter the endpoint anti-tampering password that you set in the cloud portal. |
4. |
Click OK to begin uninstalling the endpoint. |
5. |
You will receive a confirmation message if the endpoint was successfully uninstalled. |
You can also uninstall the endpoint through the command line by running this command:
msiexec /uninstall "<path>\WebsenseEndpoint.msi" /qb /promptrestart XPSWDPXY=xxxx
Here, <path> is the path to your endpoint package, and xxxx is the anti-tampering password you set in the cloud portal.
Important If you uninstall the endpoint client, be sure to restart your operating system or your web browsing experience may be affected. |
Disable via CLI
Enable Via Cli
To stop the endpoint client, navigate to the endpoint installation folder and run this command:
wepsvc -stop -password <password> wspxy
Replace <password> with the anti-tampering password.
To start the endpoint client, navigate to the endpoint installation folder and run this command:
wepsvc -start all