![]() |
|
Workflow Recipes This section provides example concepts and workflows addressing specific management scenarios. TIP: If you want to prevent the Photos application from launching when iOS devices are connected to the host computer, enter and run the following statement in a new Terminal window: Basic Workflow Design You can create individualized management tools for iOS devices by creating “automation recipes” using Automator. Let’s examine the basic design of a typical management “recipe.” Most Automator workflows involving mobile device management, follow these basic steps: IDENTIFY > FORMAT > INSTALL
The example workflow shown below, demonstrates a standard workflow design for setting iPads in a ready-to-use state: (⬇ see below ) An example workflow for the initial setup of iPads: ![]() NOTE: While these steps reflect a common use-case scenario, be aware that you can always use the Run AppleScript, Run JavaScript, and Run Shell Script Automator actions with the Configuration Utility script library to create whatever custom workflows best serve your needs. |