Archive
Automatically fixing Casper Mac MDM enrollment
While I was working on a new laptop this afternoon, I noticed that the Profiles icon was missing from System Preferences.
This system was managed by our Casper server and we’re using both certificate-based communication and an APN certificate, so it should have been there. Moreover, when I ran profiles -P, I saw that no profiles were installed.
Running jamf mdm -verbose fixed the issue by installing the MDM certificate, but I wanted to ensure that any other machines with the same issue were found and then automatically fixed by Casper. After a little research, I have a process that does this. See below the jump for details.
XProtect updated – now blocking Java browser plug-in versions prior to June 2013 Java updates
Apple put out two advisories on August 29th about Java:
Java updates available for OS X on August 28, 2013
OS X: Java Web plug-in blocked 28 August 2013
The latter advisory is especially noteworthy to Mac admins, as that means that Apple’s XProtect was updated to block older versions of Java. That said, XProtect was not updated after the latest round of updates in June 2013, so those versions were not previously set in /System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/XProtect.meta.plist as the minimum allowed versions. See below the jump for more details.
FileVault 2 session at MacSysAdmin 2013
I’ll be speaking about FileVault 2 at MacSysAdmin 2013, which is being held from September 17 – 20th, 2013 in Göteborg, Sweden. For those interested, my talk will be on Wednesday, September 18th.
For a description of what I’ll be talking about, please see the Wednesday program page.
Downloading Apple’s Server.app installer package
As part of building a custom OS X installer ISO for my ESXi server, I wanted the ability to include Server.app as part of my installation process. One problem with that is that Server.app is only available via the Mac App Store and doesn’t have a separate installer available for download.
However, if you have already purchased Server.app, it is possible to get a copy of the Server.app installer from the Mac App Store. See below the jump for details.
Accessing the Equation Tools in Word 2011
We’ve gotten in a couple of calls from our users asking how to work with equations in Word 2011. So that other folks know, here’s how you do it:
1. Make sure that your document is saved in Word’s .docx format, as the equation editor will only be available to documents in that file format.
If you have a .doc document open in Word and need to work with the equation editor, please save your document in .docx format. Once saved in .docx format, the equation editor will become available.
2. Select the place in your Word document where you want a new equation to be inserted.
3. Under the Insert menu, select Equation.
3. The Equation Tools will open in the toolbar and you’ll be prompted in the document to type the equation.
Another way to access the Equation Tools is the following method:
1. Make sure that your document is saved in Word’s .docx format.
2. Click on the Document Elements tab in the toolbar.
3. In the Document Elements tab, click on the pi symbol (π) to access the Equation Tools.
Setting New Window and New Tab behavior in Safari
While testing a new machine setup today, I noticed that Safari wasn’t opening to the default homepage like it should. Instead, it was opening Safari’s Top Sites.
There wasn’t an obvious way to set the Safari new window setting from the command line, but with the assistance of Greg Neagle, I’ve mapped out the applicable keys and their settings. See below the jump for the details.
VMware custom OS X installer script adds support for VMware ESXi
I’ve updated the create_vmware_osx_install_dmg.sh script that I had previously posted about here. It now includes the ability to create an .iso file, which can be used with VMware ESXi servers running on Apple hardware. See below the jump for the details.
Creating customized OS X installer disk images for VMware Fusion
My preferred way to create VMs in VMware Fusion is by leveraging NetBoot and DeployStudio, but not all environments have access to NetBoot or DeployStudio. For those environments, there’s now a scripted way to create customized OS X 10.7.x or 10.8.x installer disk images for use with VMware Fusion. This allows the creation of OS X VMs in VMware Fusion that can configure themselves in an automated fashion without needing access to either NetBoot or server resources. See below the jump for the details.
Recent Comments