beeboo
‎06-09-2023
Contributor

Joined: May 2019

User Statistics

  • 143 Posts
  • 0 Solutions
  • 7 Kudos given
  • 20 Kudos received

User Activity

Support has recently suggested that i switch with a profile payload for FV2 distribution to config profile instead.Originally this stemmed from new machines (of multiple different OS's ranging from Catalina to Monterey, not getting FV2 enabled.Long s...
Started noticing this on machines for my enrollment script using jamfhelper. Doesnt seem to have any real bearing on outcome as the text prompts still show up, but in the logs, most, if not all, jamfhelper prompts are followed by com.apple.fonts not ...
Essentially I have an enrollment script that calls on the custom trigger "FV2" to run, all using jamfhelper.During DEP enrollment, user needs to auth to Okta then create a local account using setup assistant. That user is an admin.However, based on m...
Here is the line to get the data i want staticGROUPusers=$( curl --user "${apiUSER}:${apiPASS}" --silent --show-error --header "Accept: text/xml" "${url}" ) I then write out a XSLT stylesheet for my needs cat << EOF > "$folderLOCATION"/stylesheet.xsl...
In my fleet there are a small handful of users that enabled the root account.This is the EA i use to determine it from someone on this forum#!/bin/bash rootCheck=`dscl . read /Users/root | grep AuthenticationAuthority 2>&1 > /dev/null ; echo $?` if [...