jwm3wn
‎07-13-2021
New Contributor III

Joined: February 2018

User Statistics

  • 13 Posts
  • 0 Solutions
  • 0 Kudos given
  • 3 Kudos received

User Activity

Hello, We're being forced to move to Catalina sooner than desired and it appears that Login Hooks are finally flakey enough in JAMF for me to need another method. What I'm trying to do is use Outset to trigger a JAMF policy once per user at login. Th...
None of the solutions that I've found work anymore in 10.12 (Sierra) or above. Most solutions are something like this: #!/bin/sh dscl . delete /Users/admin jpegphoto dscl . delete /Users/admin Picture dscl . create /Users/admin Picture "/Library/User...
Hello, I have a script that edits the Finder plist (com.apple.finder.plist) and changes it to fit our needs. It runs perfectly well when it is a .command and executed by double clicking on it, but it does not fully execute when put inside a package o...
Hello all, I’m trying to set up a script to prompt our Tier 1 techs to rename the computer when they set it up out of the box for the first time. While it changes the local name, HostName (aka NetBios), and computer name according to terminal, the Ne...
Does anyone have a good method of adding WINS servers to Ethernet, Wi-Fi, and Ethernet Adapters? Like in the picture below? I need to add two WINS Servers to our Macs via bash script if possible. I think I've identified the .plist that this is stored...