Posted on 09-26-2014 11:47 AM
How can I get the macs that are in the JSS to update the user field in users and locations with username when they log into the laptops?
Thanks
Solved! Go to Solution.
Posted on 09-26-2014 12:17 PM
create a policy and script that runs at login.
#! /bin/bash
jamf recon -endUsername $3
Posted on 09-26-2014 01:11 PM
Posted on 09-26-2014 12:17 PM
create a policy and script that runs at login.
#! /bin/bash
jamf recon -endUsername $3
Posted on 09-26-2014 01:11 PM
Posted on 09-29-2014 12:40 PM
This worked great. My issue now I notice is when I check a log for a policy that I ran. Username at login/logout is blank.. is this an easy fix?
Posted on 09-29-2014 12:46 PM
The Username at login/logout column is always blank under History > Policy Logs unless the policy is ran via Self Service or is a login/logout policy. Anything other policy ran as root would leave that field blank. That is how ours operates at least.
Posted on 09-29-2014 12:47 PM
Ah great, makes sense then!!! Thank you again!!!