- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Meraki Agent not installing on Macs enrolled via ADE
I am having an issue where the Meraki Systems Manager Agent will not install itself on Macs enrolled via ADE. It is set to install on every Mac in the system, and it automatically installs without issues on any Mac that has the management profile manually installed. Trying to install it from the Meraki dashboard via the Reinstall button under the Apps section (it's displayed under missing) does nothing. When installing it manually, I am prompted to install Rosetta first. Does anyone have any suggestions on how to get it to work?
Solved! Go to solution.
- Labels:
-
Other
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This software might help if you have some basic knowledge in scripting.
http://sveinbjorn.org/platypus
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@cta_admin you need to create a script to install Rosetta first. The script needs to contain the following..
#!/bin/sh
sudo softwareupdate --install-rosetta --agree-to-license
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you! I'll try that and send an update
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have unfortunately run into a different issue with this. Scripts appear to be an early access feature and on our end there appears to be no way to actually execute them on devices, the entire section for scheduling is missing. I cannot deploy the script via the apps feature, as to install apps you need the agent, and to install the agent you need rosetta. Any ideas on how I could accomplish this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This software might help if you have some basic knowledge in scripting.
http://sveinbjorn.org/platypus
