The CCleaner Cloud Agent can be distributed and installed to multiple endpoints easily. Once installed to the endpoint, it will automatically sync to your account, ready to be managed.
You can distribute the installer in 3 ways:
- Group Policy
- Command Prompt / Batch
You can find more information on each of these methods below:
via Email
- Go to the Add Computer section in CCleaner Cloud.
- Choose Add Endpoints.
- Set limits for the installer.
- Press Download.
- Once complete, you can simply email the installer link to your users and ask them to run it.
- After it has been installed, a notification will display on the console for you to confirm the computer onto your account.
Note: You will need to confirm each install onto your account.
via Group Policy
- Go to the Add Computer section in CCleaner Cloud.
- Choose Add Endpoints.
- Set limits for the installer.
- Press Download and save to your distribution point.
- Once complete, create a Group Policy Object.
- Select the groups it will be sent to.
- Assign the Agent MSI package per-machine
- Deploy the MSI to the target groups
- After it has been installed, a notification will display on the console for you to confirm the computer onto your account.
via Command Prompt / Batch
- Go to the Add Computer section in CCleaner Cloud.
- Choose Add Endpoints.
- Set limits for the installer.
- Press Download.
- Once the download is complete, you can create a script to run across your endpoints.
Here is an example of a simple batch file which can be run as Administrator:
pause
start /wait msiexec /i "C:\Installers\agent_installer.msi" /q
pause - After it has been installed, a notification will display on the console for you to confirm the computer onto your account.