@Knoxx Simply because I am not a fan of using grep and awk one after
another when awk can do all the things easily. You can even have it add
the prefix if you are not using SERIAL_NUMBER for anything else.
COMPUTER_NAME="$(ioreg -l | awk -F'"' '/IOPl...
@webkfoe Yes I have. If I manually install the profile the payload
stays. If I download the profile and strip the jamf signing and sign it
with another cert and then have Jamf deploy that profile the key stays.
Jamf is definitely "Helping" and removi...
I agree, having this as a supported payload by Jamf would be very
helpful. It is also interesting to note that if you download the profile
with this key set and manually install it, the payload is there. But if
you scope it to a machine 10.12+ the pa...
@troyewebster Here is what I have. You just need to put the explicit
path to your file, and remember that the python script will give you a
unique file name on every run. I have my postflight that runs the python
script go and rename the file so we c...