...
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 Install AgentEnrollment. | ||
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 stringCreate 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 generated Powershell script . And and run it on the client. |
From Microsoft installer
...
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.
...