Posted on 02-05-2018 03:23 PM
Just curious - are the $1/2/3 JAMF defaults for scripts also the same in EA's? Unable to find confirmation in the admin guide. I've been working on an EA that used $2, but while it seems to work when run locally with the value hard-coded, is failing to return a value in the EA. Just trying to track down where the issue might be. I'm able to work around it with a "hostname -f" command, just surprised it didn't work as I expected.
Posted on 02-05-2018 06:19 PM
It doesn't pass any parameters to EAs.
Posted on 02-06-2018 05:21 AM
Thanks Chris - thought I remembered seeing somewhere that it could be used, but couldn't find my source, so appreciate the confirmation. "hostname -f" got me what I needed.