hollanderb
‎07-13-2021
New Contributor

Joined: May 2014

User Statistics

  • 5 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I'm trying to use the REST API to create a new script, but I've encountered some confusion regarding the way it is supposed to be used. The documentation says that to create a new script, you 'POST' to /JSSResource/scripts/id/{id} where {id} is the "...
I have a policy that is running a shell script using "#!/bin/sh -v", which prints the contents of the script to the log for debug/testing purposes. Regardless of whether or not the -v option is there, the logs show that the script returns an exit cod...
I'm trying to securely erase a drive and rename it to "Macintosh HD" using "diskutil partitionDisk" in a script that Casper Imaging runs before applying an image. However I'm running into an issue in the case that the disk is not already named "Macin...