Agent Installation
Description
This text will give some basic information on using the CapaOne solution.
Requirements
We support CapaOne agents on the following platforms.
Install Steps
From the Console
Steps to install CapaOne agent on your Clients. From the Console
Step by Step guide | Description |
---|---|
1 | Log in to the CapaOne interface. |
2 | Select Enrollment. |
3 | Create or select an Enrollment Configuration with the desired Groups, Tags and Configurations. |
4 | Press View on an Enrollment Configuration and navigate to the Powershell tab. |
5 | Copy the Powershell script and run it on the client. |
Â
From Microsoft installer
Step by Step guide | Description |
---|---|
1 | Retrieve your Organisation ID |
2 | Download the installer from Download |
3 | Run installer with parameters |
Â
Installer properties
Name | Description | Optional |
---|---|---|
ENDPOINT_URL | The Endpoint that your clients should communicate with. https://api.capaone.com:443 | False |
ORG_KEY | The Organisation key that is shown in the installer interface. Ie. “aksuebyfasoiecasoueasi845tfapsfnsr7e“ | False |
ENROLLMENT_ID | The enrollment ID | False |
TAGS | Extra tags which will be added in (new) enrollment. This could be a list of tags. | True |
GROUPS | Extra groups which will be added in (new) enrollment. This could be a list of groups. | True |
CONFIGURATIONS | Extra configurations which will be added in (new) enrollment | True |
CLEAN_RELATIONS | Device will be treated as a new enrollment | True |
Â
E.g., Installing the agent with full logging and multiple tags
msiexec /i CapaOneAgent.msi ENDPOINT_URL="https://api.capaone.com:443" ORG_KEY="aksuebyfasoiecasoueasi845tfapsfnsr7e" ENROLLMENT_ID='"644907c1063d2d1cda1c9fe1"' TAGS='"Head office;Sales;salesman"' /l*v install.log /qn
The command will install the agent with the groups, tags, and configurations assigned to the enrollment configuration matching the ENROLLMENT_ID and the tags: Head office, Sales, and salesman.
Tagging would make it easier to identify clients in CapaOne when creating filtered views in the interface.