Deploying the Harmony SASE Agent
You can deploy the Harmony SASE Agent manually or using a Mobile Device Management (MDM) provider.
Deploying the Agent Manually
To deploy the agent manually:
-
The system sends an email to members with a link to accept the invite and download the Harmony SASE Agent. The invitation is valid for 30 days. If the invitation expires, you must resend the invitation.
-
Download the agent and distribute it manually, for example, through email.
-
Copy the agent download link and share it manually, for example, through email.
Deploying the Agent Using an MDM Application
You can deploy the agent using any of these popular Mobile Device Management (MDM) applications:
-
ManageEngine
-
Microsoft System Center Configuration Manager (SCCM)
Common Commands
Operating System |
Windows |
macOS |
---|---|---|
Command for |
||
Silent Installation | msiexec /quiet /i Perimeter81_x.x.x.xxx.msi
To know the installation status after the silent installation, run:
|
$ sudo installer -pkg Perimeter81_x.x.x.xxx.pkg -target /
To change the agent permissions after the installation, run:
|
Pre-populating the tenant or workspace name | msiexec /i "Perimeter81_x.x.x.xxx.msi" /quiet WORKSPACE="workspace_name"
|
$ sudo defaults write com.perimeter81d workspace workspace_name
To remove pre-populated workspace/tenant name, run:
This is supported only with agent version 8.0.4.116 and higher. |
Pre-populating the data residency region | msiexec /i "Perimeter81_x.x.x.xxx.msi" /quiet REGION="EU or US"
For |
$ sudo defaults write com.perimeter81d region "EU or US"
For |
Pre-populating the tenant or workspace name and data residency region | msiexec /i "Perimeter81_x.x.x.xxx.msi" /quiet WORKSPACE="workspace_name" REGION="EU or US"
For |
To pre-populating the tenant or workspace name, run:
To pre-populating the data residency region, run:
For |
Uninstallation |
|
Run the uninstall script. |