• Apple Configurator,  iPhone

    Increase The Logging Level Of Apple Configurator

    Apple Configurator, by default, logs only a limited amount of data. To increase the logging level for Apple Configurator, use the defaults command to write All into the LogLevel key in com.apple.configurator, using the defaults command: defaults write com.apple.configurator LogLevel ALL Re-open Apple Configurator and you’re golden. Then, have some problems and be so happy to get some logs, viewable in Console. defaults read com.apple.configurator {AcceptedLicenseVersion = 20150317; CDFirstLaunch = 0; CDMainViewType = 3; ChaperoneCertificateIssuer = ; ChaperoneCertificateSerial = ; LogLevel = ALL; NSNavLastRootDirectory = "~/Desktop"; NSNavPanelExpandedSizeForSaveMode = "{712, 620}"; "NSToolbar Configuration C484E2C8-5B9C-4999-9304-7233D38B3F95" = { "TB Display Mode" = 1; "TB Icon Size Mode" = 1; "TB Is Shown" =…

  • Apple Configurator,  iPhone,  Mass Deployment

    Install Fonts on iOS Devices Using Apple Configurator 2

    Apple Configurator 2 is an incredibly useful tool. One of the things you can do with Apple Configurator 1 and Apple Configurator 2 is to install fonts on an iOS device. To do so, first open Apple Configurator 2 and click on an existing profile or create a new profile for the font installation. Here, we’ll select New Profile from the File menu. At the Untitled screen, we’ll enter Fonts, as that’s all this profile will do. Next, scroll down in the list along the left sidebar until you see Font. Click on Font and then click on Configure. You are then presented with a dialog box to select a font file. Browse…

  • Apple Configurator,  iPhone

    Apple Configurator 2

    Apple Configurator 2 is now out and there are some really cool new features available to people deploying Apple Configurator. Apple Configurator 2 now supports feature called Blueprints. A Blueprint is a set of configuration options (such as profiles, apps, etc) that are easily applied to devices by applying a given Blueprint. So basically a canned set of options that can be configured on a device. For example, you can have a Blueprint called Training that have training apps and settings for a training room network and then you can have another Blueprint for Kiosks, that have different apps for a kiosk, one app for a kiosk, an SSID for a kiosk…

  • Apple Configurator

    Copy OS Updates Between Apple Configurator Machines

    One of the things that is awesome and sometimes frustrating about Apple Configurator is that when you do certain tasks, you end up updating the OS on devices. The reason this is awesome is that it allows you to centralize operations. The reason this can be frustrating is that if you’re on a limited bandwidth connection, you may find that you can’t do very basic tasks before downloading a large OS update. And if you’ve got a bunch of Apple Configurator workstations, and you are running a training session, this can get infinitely more annoying. In these types of lab environments, you’re in luck. If you have an ipsw (the iOS…

  • Apple Configurator,  iPhone

    Create a Backup of an iOS Device Using Apple Configurator

    You can easily create a backup of an iOS device using Apple Configurator. Once you’ve created a backup, it can be restored onto a number of devices. This contains iOS data and data outside of the secure enclave. These backups allow you to restore an iOS device, add apps (not using the backup), set backgrounds, set app locations on the home screen, etc. To do so, open Apple Configurator and then click on the Prepare icon. At the Prepare screen, click into the Restore field and then click on the Create Backup button. At the pop-up menu, select the device you’re backing up (usually there’s only one) and then click on the…

  • Apple Configurator,  iPhone

    Online Guide To Apple Configurator

    You may have noticed a few new articles on Apple Configurator 1 recently (which isn’t assuming anyone actually notices what I’m writing about). While preparing for the massive change that is Apple Configurator 2, I’ve taken the liberty to put a page up compiling many of my articles that align into a guide on Apple Configurator 1, to offer up an outline for what I’ll be working on for Apple Configurator 2. This guide is now available at https://krypted.com//guides/apple-configurator/.

  • Apple Configurator

    Install Apple Configurator

    Apple Configurator is a great tool to manage iOS devices. It’s also a pretty decent tool when you need to create profiles for use on Macs. Apple Configurator is easily installed using the Mac App Store. This involves 3 workflows: Prepare: Setup a device initially. Supervise: Manage a device using Apple Configurator long-term. Assign: Manage content on devices using Apple Configurator. However you plan on using Apple Configurator, the first step to use the product is to download it for free and install it on an OS X computer. To install Apple Configurator, first open the App Store and search for Apple Configurator. When listed, click on Apple Configurator. Then click on…

  • Apple Configurator,  Bushel

    Device Management and Manual Labor

    Getting a bunch of iOS and Mac devices setup is more of a logistical challenge than a technical hurdle. When you buy a couple iPads, it’s pretty simple to set them up for the email, security settings and apps that you need those devices to have. You can put them all on a table, give them an Apple ID and then set them up identically to give to users. But the first time someone wipes a device, or looses a device that you need to wipe, you’ll have to do that manual labor again. And if you’re buying more than a couple of Apple devices, then the amount of time becomes amplified…

  • Apple Configurator,  Mac OS X,  Mac OS X Server,  Mac Security,  Mass Deployment

    Automatically let users install printers

    A scripty way to install a printer: sudo /usr/sbin/lpadmin -p MYPRINTERNAME -L "" -E -v lpd://MYPRINTERIPADDRESS -P MYPRINTERPPDFILE So if you create a file called installprinter.terminal and then paste this command in there, it’ll install the printer. You’d need to change the items in all caps for it to run. Another way would be to use Profile Manager. There, you’d setup a basic profile manager server and then use the Printer profile (see screenshot) to install the printer. Then users can just double-click on the profile, install it to their printers and use it. That’s the modern/best/easiest way IMHO.