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 … Read more
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 … Read more
find the simple bash script for extracting JSON value from this GitHub: https://gist.github.com/cjus/1047794 function jsonValue() { KEY=$1 num=$2 awk -F”[,:}]” ‘{for(i=1;i<=NF;i++){if($i~/’$KEY’\042/){print $(i+1)}}}’ | tr -d … Read more
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 … Read more
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 AutoRenewCertificatesEnabled … Read more
It is quite complex to troubleshoot 802.1x authentication issues for Mac. Here are a few sections you can look for errors: 1. RADIUS Server Log … Read more
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 … Read more
Here are the Casper Smart Groups to see how many office 2011 and office 2016 users:
Here is the sccm sql report statement to finding out all office users, I have used “Microsoft Office Professional” as the keyword, you can change … Read more
Installation command line: TableauReader-64bit-10-3-1.exe /quiet /norestart AUTOUPDATE=0 ACCEPTEULA=1 Detection method: File exist and version equal: C:\Program Files\Tableau\Tableau Reader 10.3\bin
It turns out the solution is easy : Just delete everything under C:\Windows\CCM