...
IMPORTANT: Macs are typically assigned their computer names by DNS in LANDesk which causes problems in our environment. In order for the Mac to show up properly in LANDesk it is recommended that you manually assign your Mac a hostname.
Instructions
...
Code Block |
---|
HOSTNAME=-AUTOMATIC- |
...
Code Block |
---|
sudo scutil --set HostName "computername" |
...