Some Simple Shell Scripts to Install Mac Apps for Intune
Here are some typical shell script codes for mac application installation
Here are some typical shell script codes for mac application installation
There is an excellent article talks about how to deploy the Cisco Anyconnect VPN client via Intune: https://maclovin.org/blog-native/2021/cge1p5lkn8xdyxz8bgcumg61u7davp Basically : Here is my shell script … Read more
Here is a simple shell script to uninstall NoMAD: And you can use this to search files after uninstallation just to verify it is gone:
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 are my two scripts for install and scan with MalwareBytes on Casper. First one is to download, install and register MBBR: #/bin/sh # MBBR … Read more
We have ESET 5 for Mac in our environment, we can use ESET Remote Install on all the macs, but since we have SCCM and … Read more
We don’t have Casper in our environment, so everything is still quite manual when deploying a mac. One day I was so tired of endless … Read more