1. Download the GateKeeper Monitoring service add-on application from your GateKeeper Hub downloads page.
2. Run the application.
3. Add the application name: This is typically the PROCESS name for the app. Example: chrome, msedge, notepad, etc.
4. For a browser, you can use the URL of the website as the arguments.
5. If you only want to monitor and close the application and not automatically open it when a new user unlocks the workstation, then TURN OFF the AutoLaunch switch.
5. Click the Next button and install the application. Done!
Command Line Installation:
Method 1: Pass the APP, ARG and AUTO arguments in command line
msiexec /i GateKeeper-Monitor-Win.msi /qn APP1=chrome ARG1=https://gkaccess.com AUTO1=True /l c:\gkmonitorinstall.log
You can add APP1 through APP4 through the command line. Use the appropriate ARG1 through ARG4 and AUTO1 through AUTO4 arguments as needed.
Method 2: Pass a CONFIG File as command line argument
msiexec /i GateKeeper-Monitor-Win.msi /qn CONFIGFILE=C:\monitorsetup.json /l c:\gkmonitorinstall.log
The config file has to be in a specific format like shown below:
{
"Apps": [
{
"Name": "notepad",
"Arguments": "",
"AutoLaunch": false
},
{
"Name": "chrome",
"Arguments": "https://gkaccess.com",
"AutoLaunch": true
}
]
}
For any additional questions or concerns regarding proximity settings, computer locking, password management, or compliance, please contact GateKeeper Enterprise support using the Support Ticket form on https://gkaccess.com/support/ or email support@gkaccess.com.
---------------------------------------
Comments
0 comments
Please sign in to leave a comment.