We are trying to populate the fields in the All Devices view within the admin console. All of our clients are Windows. I know we can populate the User column (table loaction - A_CLIENT.AssignmentsUserName) by adding this value to the registry of each client.
HKLM\Software\Afaria\Afaria\Client
LogInAsUserName (REG_SZ)
Is there a similar method that can be used to populate the Device column (table location - A_CLIENT.ClientFriendlyName)?
I tried to use the Set Database in a session manager channel, but that couldn't write the value. Apparently we can only use this method to write to User Defined Field columns that we created.