google.com, pub-2479148851417979, DIRECT, f08c47fec0942fa0 Quick Tips for Mac Geeks: jamf
Showing posts with label jamf. Show all posts
Showing posts with label jamf. Show all posts

Sunday, March 6, 2016

Free Tools That Mac Admin Can Use to Automate Their Job



AutoDMG

AutoDMG is a tool that lets you create OS X images for deployment  Click here


CreateUserPkg

it creates a pkg that will create a user account on an OS X system.  Click here


AutoPkg

AutoPkg is a system for automatically 

preparing software for distribution to 

managed clients. Click here.


AutoPkgr 

AutoCasperNBI is an app that automates the creation of NetBoot Images (read: NBI’s) for use with Casper Imaging Click here

Thursday, July 2, 2015

How to create an extension attribute to track McAfee Dat version in Casper Jamf server



1- Goto Computer Management in your Casper Server

2- Select extension attribute

3- Click plus + to create a new attribute

4 - Data type chose integer

5- Inventory type choose extension attribute

6 -input type select script

7 - Paste in the script below and save

#!/bin/sh
#This script has been verified to work on McAfee Security for Mac Anti-malware (v1.0).

#Check to see if McAfee Security is installed
if [ -f "/Library/Preferences/com.mcafee.ssm.antimalware.plist" ]; then
result=`/usr/bin/defaults read /Library/Preferences/com.mcafee.ssm.antimalware Update_DATVersion`
echo "<result>$result</result>"
else
echo "<result>Not installed</result>"

fi

Adsense

google.com, pub-2479148851417979, DIRECT, f08c47fec0942fa0