Posted on 05-06-2015 10:49 AM
I have the JSS set up to collect the usernames used to log into each machine -- and the username field is populated for a few managed machines (namely, mine) but not for others. If I search in inventory for a username, the machines that it has logged into will show up -- but this is separate from the username field for the computer, which is usually blank.
I had seen a discussion where it was being populated and sent to the server via recon with a switch setting -- but does the JSS actually do it at all otherwise, and if so, how?
Posted on 05-06-2015 11:07 AM
We have a policy that runs at login (called "Populate real name in JSS"). We "execute":
jamf recon -endUsername "cat /private/tmp/username.txt
" -realname "cat /private/tmp/realname.txt
"
Posted on 05-06-2015 11:12 AM
See this thread. I have a post there that solved it for us. Thanks to the help of the folks here.