#Casper
28 posts
-
Jan 16, 2018
How to Uninstall NoMAD
Here is a simple shell script to uninstall NoMAD: /bin/ls l /dev/console | /usr/bin/awk β{ print $3 }' And you can use this to search files after uninstallation just to verify it is gone:
-
Jan 8, 2018
Force Install macOS Update
Here is a simple command to force install macOS updates in the background: softwareupdate i a After running that, you can use casper to notify user to reboot :) and here is a useful link to enable...
-
Dec 12, 2017
Shell Script to Remove Centrify, Move Wifi/LAN, and Request 802.1 Certificate
Here is a long script of doing a lot of things, it deletes the Centrify Binding, Centrify certificates and itself, binds the machine to AD via native plugin and requests a 802.1x certificate via...
-
Dec 12, 2017
Casper Configuration Profiles Auto Renewal
If you are using AD certificates inside a configuration profile, here is the easiest way to make it auto renewal: sudo defaults write /Library/Preferences/com.apple.mdmclient...
-
Nov 6, 2017
802.1X Network Authentication for Mac
Cannot believe I spent so much time just to figure out how to do 802.1x network authentication for Mac :) So for managing macs, we have two ways of setup 802.1x, one is using Apple Profile Manager to...
-
Jul 13, 2017
How to Check Macs with Office 2011 & Office 2016 Installed in Casper
Here are the Casper Smart Groups to see how many office 2011 and office 2016 users:
-
Mar 14, 2017
How to use NetSUS to Netboot a VM
1. Check the βModel Identifierβ from your already installed Mac VM, usually it is VMware7,1. 2. Add this into your NBImageInfo.plist of your boot image: <key EnabledSystemIdentifiers</key <array...
-
Feb 13, 2017
Casper Debug Log Location
Here is the full listing of enabling DEBUG Modes: Enabling and Generating a Debug Log for Admin, Imaging & Remote 1) Create Debug Folder in Casper Application Directory:...
-
Feb 13, 2017
Casper MalwareBytes Package
Here are my two scripts for install and scan with MalwareBytes on Casper. First one is to download, install and register MBBR: /bin/sh MBBR Scanner Ray Qiu Feb 2, 2017 Download Installer cd /tmp curl...