Quick question: in the BES console, you can see the last logged user for every computer in the Computers list (field ‘User Name’). Where is this user name data stored in the database? I can’t seem to find it in any table.
there is a property somewhere that pulls the currently logged on user, when the box is powered up but at Ctrl-Alt-Del screen it is empty. What we did was create a fixlet which compares a reg entry to the currently logged on user property. if different and not one of the exceptions, it updated the reg key. then we made a property which read the reg key for the last logged on user.