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
https://dash.capaone.com/windows/enrollment
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 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 |
|
|
|
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" 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 along 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.