Rename a Mac via K1000?
Does any one has a sugested script to be use to rename an OS X machine using K1000?
Users keep changing their system names :)
Thank you!
0 Comments
[ + ] Show comments
Answers (1)
Answer Summary:
Create a online shell script with following command sudo scutil --set ComputerName "newname" sudo scutil --set LocalHostName "newname" sudo scutil --set HostName "newname"
Create a online shell script with following command sudo scutil --set ComputerName "newname" sudo scutil --set LocalHostName "newname" sudo scutil --set HostName "newname"
Please log in to answer