This guide provides steps to deploy the Block 64 Discovery Agent MSI through KACE SMA. KACE SMA allows centralized deployment of MSI packages, making it ideal for managing installations across a wide array of endpoints.
Important: Retrieve the Enrollment Token
Before starting, ensure you have the unique Enrollment Token from your Block 64 Dashboard. This token links each agent to your environment, and any incorrect tokens will result in a failed agent registration.
Steps to Deploy Using KACE SMA
-
Log in to the KACE SMA Console.
-
Upload the MSI File:
- Navigate to Scripting > File Share.
- Upload the Block 64 MSI file (
Discovery Agent.msi
) to make it accessible for deployment.
-
Create a New Script for Deployment:
- Go to Scripting > Choose Action > New Script.
- Enter a descriptive name, such as “Block 64 Discovery Agent Deployment.”
-
Script Configuration:
- Type: Select Online KScript.
- Operating System: Choose Windows.
-
Script Steps:
- Step 1: Verify MSI Presence - Add a verification step to check if the Block 64 agent is already installed.
- Step 2: Deploy MSI - Add a step to deploy the MSI with the enrollment token.
- Under Parameters, add the command:
your_token_here
with your actual enrollment token.
Replace
-
Add Dependencies:
- In the Dependencies section, attach the MSI file uploaded to the file share earlier.
-
Save and Deploy:
- Targets: Select the devices or device groups for deployment.
- Schedule: Choose Run Now or schedule it for later deployment.
- Save the script configuration and execute the deployment.
Monitoring and Verification
After deployment, you can monitor installation progress in Script Logs. Confirm installation by checking:
- Agent Status in KACE SMA for deployment success or any issues.
- Programs and Features on each endpoint to verify the Block 64 Discovery Agent is listed as installed.
Uninstallation Steps
To uninstall, follow these steps:
-
Create an Uninstall Script:
- Add a new script in Scripting, similar to the installation steps above.
- Use the following command for uninstallation:
- Save and Deploy the uninstallation script to the target devices.
For any additional support, please contact Block 64 Support.