|
| 1 | +# Jamf Pro: Setup Manager Quick Start |
| 2 | + |
| 3 | +## Upload Setup Manager package |
| 4 | + |
| 5 | +Download the latest version of the Setup Manager installation pkg from the [releases page](https://github.com/Jamf-Concepts/Setup-Manager/releases/latest). |
| 6 | + |
| 7 | +In the Jamf Pro web interface, go to Settings > Packages. Create a new package and upload the Setup Manager installer pkg file to Jamf Pro. Save the package. |
| 8 | + |
| 9 | +_Note:_ when the package is marked as 'pending' it will not work in prestage deployment. Wait with testing deployments until the 'pending' flag has disappeared. |
| 10 | + |
| 11 | +## Prepare a Jamf Pro policy for use with Setup Manager |
| 12 | + |
| 13 | +Setup Manager can trigger policies in Jamf Pro. By triggering a sequence of Jamf Pro policies all the required software and configurations will be installed on the device. |
| 14 | + |
| 15 | +## Create the Setup Manager configuration profile |
| 16 | + |
| 17 | + - Go to Computers > create a new profile |
| 18 | + - Name the profile 'Setup Manager' |
| 19 | + - assign a category, ensure the Level is set to 'Computer Level' |
| 20 | + - in payload sidebar select 'Application & Custom Settings', then select 'Jamf Applications' |
| 21 | + - click the '+ Add' button |
| 22 | + - for the 'Jamf Application Domain' choose `com.jamf.setupmanager` |
| 23 | + - for the version select the version of Setup Manager you are using |
| 24 | + - for the 'Variant', select `Setup Manager.json` |
| 25 | + |
| 26 | +### Profile values |
| 27 | + - for the Icon Source, enter `name:NSComputer`. This is a special value that tells Setup Manager to use an image of the computer it is running on. There are many other options you can use as an icon source [documented here](../ConfigurationProfile.md#icon-source). |
| 28 | + - for the Title, enter `Welcome to Setup Manager!` |
| 29 | + - for the Message, enter `Please be patient while we set up your new Mac…` |
| 30 | + |
| 31 | +### Enrollment |
| 32 | + - under Enrollment Actions, click on 'Add Item' |
| 33 | + - for item 1, from the 'Select Action Type' popup, choose "Installomator" |
| 34 | + - for 'Action Label,' enter `Google Chrome` |
| 35 | + - for 'Action Icon Source,' enter `symbol:network` |
| 36 | + - for 'Installomator Label' enter `googlechromepkg` |
| 37 | + - click 'Add Item' |
| 38 | + - for item 2, from the 'Select Action Type' popup, choose "Shell Command" |
| 39 | + - under 'Command Arguments', click 'Add argument', enter `-setTimeZone` |
| 40 | + - click 'Add argument' again and enter your time zone in the format `Europe/Amsterdam` (the 'TZ identifier' [from this list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones)) |
| 41 | + - for 'Action Label,' enter `Set Time Zone` |
| 42 | + - for 'Action Icon Source,' enter `symbol:clock` |
| 43 | + - for 'Requires Root' select `true` |
| 44 | + - for 'Shell Command Path' enter `/usr/sbin/systemsetup` |
| 45 | + |
| 46 | +You can add more actions here. There are more types of actions available, you can use a 'Jamf Policy Trigger' action to run a policy with a custom trigger. You can also use a 'Watch Path' action to wait for an app to be installed from the Mac App Store or Jamf App Installers. |
| 47 | + |
| 48 | +## Scoping and Prestage |
| 49 | + |
| 50 | +- Scope the configuration profile to the computers you want to run Setup Manager on |
| 51 | +- create a new Prestage or duplicate an existing one |
| 52 | +- Add the Setup Manager pkg and the configuration profile to the Prestage |
| 53 | +- if you have JamfConnect.pkg in the Prestage, remove it. You can later add an action to install JamfConnect using Setup Manager. |
| 54 | +- ensure that 'Automatically advance through Setup Assitant' is _disabled_ |
| 55 | +- Have at least one option _disabled_ (so that _is_ displayed) |
| 56 | +- ensure your test Mac(s) is (are) assigned to the Prestage |
| 57 | + |
| 58 | +## Wipe the Test Mac |
| 59 | + |
| 60 | +- on the test mac, choose 'Erase all Contents and Settings' in the Settings app or wipe the Mac using the 'Wipe Computer' remote management command in Jamf Pro |
| 61 | +- click through the initial enrollment dialogs. After you approve the enrollment in your MDM, Setup Manger should appear and perform the actions you configured |
| 62 | +- while the installations are progressing, click on "About this Mac…" for information, click again while holding down the option key for even more information |
| 63 | +- hit command-L for a log window. You can also find this log info later at `/Library/Logs/Setup Manager.log` |
| 64 | + |
| 65 | +## Next Steps |
| 66 | + |
| 67 | +- add more actions to Setup Manager, you can use more Jamf Pro policies, Installomator labels, or shell actions |
| 68 | +- add a computer name template key to the profile to automate computer naming |
| 69 | +- add a `help` section to let the user know what is going on |
| 70 | +- ideally automated deployments shouldn't require manual entry, but if necessary, you can configure a user entry section in the profile |
| 71 | + |
0 commit comments