i am starting to lose my mind a bit here.
I am attempting to rename a few PCs that didn't get renamed during enrollment to: firstName lastName - serialNumber
To my understanding, there is a policy setting under maintenance to "Reset Computer Name" that should allow me to fill in the Computer Name field in the Inventory and it'll update the computer's name upon checking in.
However, when I tried that on a test computer, instead it renamed the machine to "Macbook Air"
I see that there's a simple script that can be done:
jamf setComputerName
I can also add a switch to it, i.e.: jamf setComputerName -useSerialNumber
But I can't find any confirmation as to whether I can use multiple switches at once.
I would like to, ideally, know why the Reset Computer Name policy isn't working, but failing that I would like to be able to have a command that is basically: jamf setComputerName -useFullName " - " -useSerialNumber
Any help would be greatly appreciated.