Skip to main content

Install Banyan App [SonicWall Cloud Secure Edge]

Summary

Automates installation of the SonicWall Cloud Security Edge App (previously Banyan App) on end-user devices (Windows, macOS, Linux).

Notes:

  • INVITE_CODE and DEPLOYMENT_KEY are required for installation.
  • Codes may come from client-level EDFs or be supplied at runtime. Runtime parameters override EDF values.
  • The script can run standalone or as a deployment script from the Install Banyan App [SonicWall Cloud Secure Edge] internal monitor.
  • In the Banyan Command Center, go to Settings > App Deployment and record your organization’s Invite Code and Deployment Key.

References:

Sample run

First run: execute the script with Set_Environment=1 to create the EDFs required by the solution.

First run

Regular run: run the script with no parameters if the EDFs already contain the required codes.

Regular run

Alternate run: supply INVITE_CODE and DEPLOYMENT_KEY at runtime if they are not stored in EDFs.

Runtime parameters

Dependencies

Variables

NameOSValue
ProjectNameWindowssonicwall-cse-windows
WorkingDirectoryWindowsC:\ProgramData_Automation\Script\sonicwall-cse-windows
ScriptPathWindowsC:\ProgramData_Automation\Script\sonicwall-cse-windows.ps1
DownloadUrlWindowshttps://raw.githubusercontent.com/ProVal-Tech/sonicwall-cse-app-installer/refs/heads/main/sonicwall-cse-windows.ps1
ProjectNamemacOSsonicwall-cse-macos
WorkingDirectorymacOS/tmp/
ScriptPathmacOS/tmp/sonicwall-cse-macos.sh
DownloadUrlmacOShttps://raw.githubusercontent.com/ProVal-Tech/sonicwall-cse-app-installer/refs/heads/main/sonicwall-cse-macos.sh
ProjectNameLinuxsonicwall-cse-linux
WorkingDirectoryLinux/tmp/
ScriptPathLinux/tmp/sonicwall-cse-linux.sh
DownloadUrlLinuxhttps://raw.githubusercontent.com/ProVal-Tech/sonicwall-cse-app-installer/refs/heads/main/sonicwall-cse-linux.sh

User parameters

NameExampleRequiredDescription
INVITE_CODEscayubRequired if not present in EDFInvite Code from the Banyan admin console
DEPLOYMENT_KEYWW91cl9EZXBsb3ltZW50X0NvZGVfT2J0YWluZWRfRnJ=Required if not present in EDFDeployment Key from the Banyan admin console
Set_Environment1Required for first runSet to 1 on first run to create the EDFs used by the solution

EDF (Client-level values)

NameExampleLevelSectionTypeOptionsRequiredDescription
Install Banyan AppWindowsClientBanyan AppDropdownNone, All, Windows, Windows Workstation, Windows Workstations and Mac, Windows Server, Mac, Windows and MacTrue (to enable automation)Choose OS targets for auto-deployment
Exclude Banyan App DeploymentLocationExclusionsCheckboxFalseExclude this location from auto-deployment
Exclude Banyan App DeploymentComputerExclusionsCheckboxFalseExclude this computer from auto-deployment
Banyan App INVITE_CODEscayubClientBanyan AppTextboxTrue (for automation)Invite Code from admin console
Banyan App DEPLOYMENT_KEYWW91cl9EZXBsb3ltZW50X0NvZGVfT2J0YWluZWRfRnJ=ClientBanyan AppTextboxTrue (for automation)Deployment Key from admin console

Output

  • Script log
  • Installed SonicWall Cloud Secure Edge (new software)

Changelog

2026-03-09

  • Rebranding Update: Renamed script to "Install Banyan App [SonicWall Cloud Secure Edge]" to align with recent product rebranding.
  • Logic Enhancement: Updated script internal logic to reflect the transition from Banyan App to SonicWall Cloud Security Edge App.
  • Source Migration: Updated the download source to the new GitHub repository: sonicwall-cse-app-installer.

2025-12-02

2025-10-10

  • Initial version of the document