Description
This text will give some basic information when using the CapaOne solution.
Requirements
We support CapaOne agents on the following platforms.
Desktop Operating Systems
Windows 10 x64
Windows 11 x64
Server Operating Systems
Windows Server 2016 x64
Windows Server 2019 x64
Windows Server 2022 x64
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 Install Agent. |
3 | Select Organisation, there will be only one. If your Organisation doesn’t contain any Sub Organisations. |
4 | Select any predefined tags, adding them to the install string |
5 | Copy the generated Powershell script. And run it on client. |
From Microsoft installer
Step by Step guide | Description |
---|---|
1 | Retrieve your Organisation ID |
2 | Download installer from Download |
3 | Run installer with parameters |
Installer properties
Name | Description | Optional |
---|---|---|
|
|
|
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 |
CONFIGURATION | Extra configurations which will be added in (new) enrollment | True |
CLEAR_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" TAGS="Head office, Sales, salesman" /l*v install.log /qn
The command will install the agent with the tags: Head office, Sales, and salesman.
Tagging would make it easier to identify Clients in CapaOne when creating Filtered views in the interface.