michaelherrick
‎09-20-2021
New Contributor III

Joined: January 2014

User Statistics

  • 41 Posts
  • 0 Solutions
  • 6 Kudos given
  • 1 Kudos received

User Activity

Hi Everyone, I'm working on an EA to check for the presence of a particular cert in the user's Login keychain.: #!/bin/bash currentUser=`stat -f '%Su' /dev/console` echo "Current username is $currentUser" fullName=$(dscl . read /Users/`whoami` RealNa...
We are deploying some software that prompts for local admin credentials when executed, which is problematic as most of our users have Standard accounts. I wrote up these couple of lines in bash: #!/bin/bash #Runs $PROGRAM as localadmin admin account ...
Hi Everyone, I am working on a policy to remove SentinelOne security software by simply using rm -rf to rip out the files, because the deactivation process from the product's console is time consuming and unreliable. I have a very basic sh script to ...
Hi everyone, Our security team wants us to disable Airdrop for all users. I already have a configuration profile that will do this, but I first want to determine who at the company uses Airdrop to give them fair warning that it will go away. Are ther...
Hi Everyone, I've been happily using the Slack installation script (found here) for months now but it suddenly stopped working in the past few weeks. When I run the script locally on a Mac, it works fine, but when I push it through Casper (either as ...
Kudos from