Tag Archives: Macintosh

JAMF – DEP and VPP Certificate Renewal

For the JAMF server we have yearly renewing certificates that connect our JAMF server to Apple’s servers for our hardware (DEP) and software (VPP) purchases. Here is how I did this process in May 2017: 1) Log into our JAMF … Continue reading

Posted in Labs, Software | Tagged , , , | Comments Off on JAMF – DEP and VPP Certificate Renewal

Mac – NoMAD – AD functionality to macs without binding

You can add AD functionality to a Mac without having to “Bind” it to the domain … See: See: https://www.nomad.menu/

Posted in Labs, Software | Tagged , | Comments Off on Mac – NoMAD – AD functionality to macs without binding

Mac – Microsoft Office 2016 – Disable First Run and Welcome screens

See the details at: https://derflounder.wordpress.com/2016/01/17/suppressing-office-2016s-first-run-dialog-windows/

Posted in Labs, Software | Tagged , | Comments Off on Mac – Microsoft Office 2016 – Disable First Run and Welcome screens

Mac – Turn off Time Machine

To stop Time Machine from asking to use every drive you plug in as a backup drive: defaults write com.apple.TimeMachine DoNotOfferNewDisksForBackup -bool TRUE From: http://www.cultofmac.com/141070/turn-off-requests-to-use-new-disks-for-time-machine-os-x-tips/

Posted in Articles | Tagged | Comments Off on Mac – Turn off Time Machine

Mac – Active Directory Debugging and Logs

To debug an Active Directory binding issues First set the directory error logging to “debug” with: sudo odutil set log debug then try the join … set the error logging back to “error” with: sudo odutil set log default You’ll … Continue reading

Posted in Labs | Tagged , | Comments Off on Mac – Active Directory Debugging and Logs

JAMF – Create Mac OS to deploy

To create an OS package to deploy one could: 1) download the OS installer from the App Store 2) this will put the installer in the /Applications folder 3) once the installer is completely downloaded it will start automatically so … Continue reading

Posted in Articles | Tagged , , | Comments Off on JAMF – Create Mac OS to deploy

Mac – iWork – preinstalled on all new Macs

According to this link: https://discussions.apple.com/thread/7708588?start=0&tstart=0 iWork does not come with Sierra but is preinstalled on all new Macs. Therefore, if deploying a Mac with a format and re-image process particularly with Casper imagine, one should decide wether or not to … Continue reading

Posted in Labs, Software | Tagged , , | Comments Off on Mac – iWork – preinstalled on all new Macs

Mac – El Capitan – SIP and EFI booting with rEFInd

A great article about using rEFInd with El Capitan which now includes SIP is at: http://www.rodsbooks.com/refind/sip.html

Posted in Labs | Tagged , , , | Comments Off on Mac – El Capitan – SIP and EFI booting with rEFInd

Mac – El Capitan – netboot servers must be trusted

The new System Integrity Protection, SIP for short, which is part of Mac OS 10.11 (El Capitan) requires you to set your netboot servers as “trusted”. For details see: https://support.apple.com/en-us/HT205054 I added a DeployStudio script to run the appropriate commands … Continue reading

Posted in Labs | Tagged , , | Comments Off on Mac – El Capitan – netboot servers must be trusted