Skip to content

Instantly share code, notes, and snippets.

@a7ul
a7ul / jamf.md
Last active March 29, 2024 09:47
removing all restrictions on jamf managed macos device - Provided you have root access.

REMOVE JAMF RESTRICTIONS ON MAC

REMOVE ONLY RESTRICTIONS

sudo jamf removeMDMProfile removes all restrictions

sudo jamf manage brings back all restrictions and profiles

REMOVE ALL RESTRICTIONS AND DISABLE JAMF BINARIES WHILE KEEPING YOUR ACCESS TO VPN AND OTHER SERVICES

sudo jamf removeMDMProfile removes all restrictions

@pedropalmero
pedropalmero / .osx
Created February 23, 2012 19:47 — forked from paulstefanort/.osx
Mac OS X Lion Modifications
#!/bin/bash -x
# Originally from https://github.com/mathiasbynens/dotfiles/blob/master/.osx
# disable spotlight and remove from menu
sudo mdutil -a -i off
sudo mv /System/Library/CoreServices/Search.bundle/ /System/Library/CoreServices/SearchOff.bundle/
# restart modified services, restart also works
killall Dock
killall Finder