martin
‎10-27-2023
Contributor III
Contributor III

Joined: November 2011

User Statistics

  • 139 Posts
  • 5 Solutions
  • 36 Kudos given
  • 27 Kudos received

User Activity

I'm using logstash for reading logs and parsing them. I have created a filter to process the JAMFSoftwareServer.log and would like to share this with you. input { file { type => "jss-syslog" path => "/var/log/jss/JAMFSoftwareServer.log" codec => mult...
With version 9.2 of the Casper Suite we have the option to add the "Install OS X Mavericks.app” to the Casper Admin to easily create create an upgrade package. This is a great functionality but I’m facing a very strange problem. I followed all the st...
Hi, I want to share a script with you I've just created. You probably all are familiar when creating an base image on a Mac Pro andimage a MacBook Pro with it that the network service names are likeEthernet 1, Ethernet 2 and FireWire. Ethernet 2 is a...
Hi, I wrote this script to remove the Recovery HD and add the space to the Macintosh HD volume. Maybe you'll find this usefull. ---#!/bin/sh diskutil list > /tmp/diskutil while read linedo# Find the Mac OS X 10.7 Recovery HD volume and eraseif `echo ...
Hi, I want to delete the com.adobe.mediabrowser.plist (~/Library/Preferences/) for the user that's currently logging in. I tried to do this with a policy:Search for file by path: ~/Library/Preferences/com.adobe.mediabrowser.plist and Delete if found....