Hey all,
Theres a command I am trying to use as a script but for some reason, it doesn't run. JSS shows the policy as successful.
#!/bin/sh
defaults write /Library/Preferences/com.apple.NetworkAuthorization UseShortName -bool YES
We have tried running this script at logon and startup to no avail.
Thanks in advance!