#Casper
-
Feb 1, 2017
Casper MDM Enrollment Issue
we have a few macs that cannot enroll MDM, when I check the jamf log from the mac, it said Error installing the computer level mdm profile: profiles install for file:'/Library/Application...
-
Jan 19, 2017
Casper NetSUS Not Working on CentOS 7
I thought there is something wrong with my config, it turned out that the Casper NetSUS cannot config well with CentOS. modify /lib/systemd/system/tftp.service and then: setsebool P tftp\ anon\ write...
-
Nov 30, 2016
How to Install DMG Application via Shell Script
Sometimes we have to install a DMG application via shell script, here is mine: /bin/sh Cisco Meeting Installer Ray Qiu Nov 28, 2016 Download & Extract Installation Files cd /tmp curl LOk...
-
Nov 10, 2016
How to enroll already encrypted mac into Casper Encryption
We have a user already enabled FileVault2 before enrolling Casper encryption policy. Here is the simple steps to inject our institutional key into their macs: 1. Create a new configuration profile,...
-
Oct 13, 2016
Multiple Mac VMs in ESXi Can Only Enroll One in Casper
I have a Mac Mini running 3 Mac VMs as testing machines, but at the same time, only one mac can enroll in Casper. After I google some info, it turned out that these 3 VM shared same UDID , thus...
-
Oct 6, 2016
Adding Lock to Menu Bar
-
Oct 6, 2016
Add Dock Items in Casper
Originally I added an application to the dock, and it didn't work. So I changed the location a few times, it still didn't work. It turned out that when you changed the location, the plist file didn't...
-
Aug 26, 2016
How to Get Current User as Assigned User in Casper
here is an excellent article to do that: <https://macmule.com/2014/05/04/submit user information from ad into the jss at login v2/ here is the script : /bin/ls l /dev/console | /usr/bin/awk '{ print...
-
Aug 19, 2016
Mac Office 2011 Casper Package
Here is the steps I got from JAMF Nation: <https://jamfnation.jamfsoftware.com/discussion.html?id=13946 I use Composer only because the resulting PKG installs faster, then creating a single bundled...