I have decided to move away from my traditional methods of installing software and our Meraki on our machines to something similar to my iPad deployment. We are going to use DEP and hand over Macbooks sealed in boxes. The user just has to create a local account and Meraki will take over the rest. In synopsis, I am now letting users decide what they want on their machines and the arrival of SSP now being integrated within Meraki is great. (Great timing as Apple is killing off Netboot lol)
I threw together this Apple Script that directs users to our SSP. I saved it as a .app and changed the app icon using a process outlined here. After adding it to my applications folder I created a .pkg file (I use Composer - but there are several free options out there!). Uploaded and pushed it to our laptops.
# Script to open the Meraki Self Service Portal (SSP) in Safari for users. It is recomended that this should be saved as a .app and installed with Meraki via a .pkg.
tell application "Safari"
open location "https://mp.meraki.com/ssp/login?pcc_enrollment_code=INSERT-ENROLLMENT-CODE-WITH-DASHES"
activate
end tellNSS
I am using the beta program for software deployment. Software deployment has been much better and more reliable than in the past. I am sure it will be rolled out soon!
~Jared