The Umbrella User Guide Developer Hub

Welcome to the Umbrella User Guide developer hub. You'll find comprehensive guides and documentation to help you start working with Umbrella User Guide as quickly as possible, as well as support if you get stuck. Let's jump right in!

Get Started    

[Draft] Meraki Systems Manager (SM) Deployment

Deploying Cisco Meraki Systems Manager (SM) consists of the following steps:

  1. Consult our command line parameters reference and confirm if any additional MSI arguments are desired. Examples include hiding from Add/Remove programs and installing without the VPN core.
  2. Add a new application to the Meraki SM portal for deployment for the Cisco Secure Client core module MSI.
  3. Repeat the process for the Umbrella Module MSI as a second application. For the Umbrella module, add the following command line execution, replacing <OrgInfo.json> with the contents of your organization’s Umbrella profile OrgInfo.json file:
echo <OrgInfo.json> > "C:\ProgramData\Cisco\Cisco Secure Client\Umbrella\OrgInfo.json"

An example command line execution is below:

echo {    "organizationId" : "12345",    "fingerprint" : "12345123451234512345",    "userId" : "12345"} > "C:\ProgramData\Cisco\Secure Client\Umbrella\OrgInfo.json"

Deploy Umbrella for Cisco Secure Client < Meraki Systems Manager (SM) Deployment > VPN Head End Pushed Installation

Updated 8 months ago

[Draft] Meraki Systems Manager (SM) Deployment


Suggested Edits are limited on API Reference Pages

You can only suggest edits to Markdown body content, but not to the API spec.