There are two main methods for deploying the Block 64 Discovery Agent MSI using Ivanti: through the Software Distribution Package or a Custom Script. Both methods allow efficient deployment across multiple endpoints.
Important: Retrieve the Enrollment Token
Before proceeding, ensure you have the unique Enrollment Token for your environment. This token can be obtained from your Block 64 Dashboard or by contacting Block 64 Support. Each token is unique to your environment, and incorrect tokens will prevent proper agent registration.
Method 1: Deploying via Software Distribution Package
- Log in to Ivanti Endpoint Manager Console.
- Navigate to Software Distribution > Distribution Packages.
- Click New Package and select MSI Package.
- In the Package Properties, configure the following:
- Package Name: Enter a descriptive name (e.g., “Block 64 Discovery Agent”).
-
MSI Location: Browse and select the Block 64 MSI file (e.g.,
Discovery Agent.msi
). - Command Line Arguments: Add your specific enrollment token with:
- Publisher: Set as "Block 64".
-
Configure Installation Settings:
- Under Installation Behavior, select Install for System to ensure installation at the device level.
- Set User Interaction to Silent to run the installation without user interaction.
-
Assign the Package:
- Go to Task Assignments and select the devices or groups where the agent will be deployed.
- Click Save and Deploy Now to initiate deployment.
Method 2: Deploying via Custom Script
-
Create the Script:
- Navigate to Scripting in Ivanti Endpoint Manager.
- Click New Script and select PowerShell or Command Prompt.
- Enter the following command:
-
Save and Assign:
- Assign the script to target devices or groups within the Tasks section.
- Schedule the script for immediate or deferred deployment.
Monitoring and Troubleshooting
After deploying, monitor the installation status:
- Check Task History: Access Task History in Ivanti to see completion status, errors, or warnings.
- Confirm Installation on Endpoints: On each endpoint, check if the Block 64 Discovery Agent is installed under Programs and Features.
Uninstallation Steps
To uninstall, you can either:
- Remove the Package Assignment in Software Distribution to initiate uninstallation automatically.
-
Run an Uninstall Script using
msiexec
with the/x
option:
For any additional support, please contact Block 64 Support.