Does anyone have an EA that can determine what the JSS URL is set to on each machine?
Currently transitioning URLs and just realized that I have no idea how many computers are pointing to the new one and how many have yet to get the update.
Does anyone have an EA that can determine what the JSS URL is set to on each machine?
Currently transitioning URLs and just realized that I have no idea how many computers are pointing to the new one and how many have yet to get the update.
+1 Very interested in this as we are pending transition!
Its stored in the com.jamfsoftware.jamf.plist
on each Mac:
#!/bin/sh
JSSURL=$(defaults read /Library/Preferences/com.jamfsoftware.jamf.plist jss_url)
echo "<result>$JSSURL</result>"
You can use the "jamf checkJSSConnection" command to grab the information.
Even if you had an EA to collect that info, wouldn't it always report to the same JSS it is enrolled with? If it's still communicating with the old JSS it will report the URL for the old JSS to the old JSS (and likewise for the new JSS).
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.