This line does not work on already named computers. We are currently running Jamf Cloud v10.31.1-t1628520988.
"$JAMF_BINARY" setComputerName -name "$REG_TEXT_LABEL_1_VALUE"
In order for it to work the flag -set also needs to be added:
"$JAMF_BINARY" setComputerName -set -name "$REG_TEXT_LABEL_1_VALUE"
This line does not work on already named computers. We are currently running Jamf Cloud v10.31.1-t1628520988.
"$JAMF_BINARY" setComputerName -name "$REG_TEXT_LABEL_1_VALUE"
In order for it to work the flag -set also needs to be added:
"$JAMF_BINARY" setComputerName -set -name "$REG_TEXT_LABEL_1_VALUE"