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 ExecStart=/usr/sbin/in.tftpd … Read more
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 ExecStart=/usr/sbin/in.tftpd … Read more
Sometimes we have to install a DMG application via shell script, here is mine: #/bin/sh # Cisco Meeting Installer # Ray Qiu # Nov 28, … Read more
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: … Read more
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 … Read more
open /Applications/Utilities/Keychain\ Access.app/Contents/Resources/Keychain.menu
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. – … Read more
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/sh #################################################################################################### # # More information: http://macmule.com/2014/05/04/submit-user-information-from-ad-into-the-jss-at-login-v2/ # # GitRepo: … Read more
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 … Read more
Here is a very useful script for auto timezone update ( will enable location service) and time update from JAMF Nation: https://jamfnation.jamfsoftware.com/discussion.html?id=13723 #!/bin/sh #Use “/usr/sbin/systemsetup … Read more
When I first setup Casper, it was only 700KB of database file, now my casper logs went up to 17GB…it turned out to be the issue … Read more