Describes Meraki Systems Manager (SM) Deployment in Cisco Secure Access. It summarizes the behavior, configuration context, and operational considerations presented throughout the topic.
Deploying Cisco Meraki Systems Manager (SM) consists of the following steps:
- 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.
- Add a new application to the Meraki SM portal for deployment for the Cisco Secure Client core module MSI.
- 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"