Username is <none>

Hello team,

Whenever I pull the report from the web report or the inventory in that report in a few systems I observe a logged Username column showing .

What is logic behind it.

Username is a property

You can check the relevance statement behind it by going to the console click on tools and then manage properties

The out of the box username property we return is for the currently logged in user(s). If no user is logged in, it would show <none>. If you’re interested in returning the ‘primary user’ or similar (even if the user is not currently logged in), there are ways of doing that too (you should be able to find examples on the forum or bigfix.me, but let us know if you’d like some help).

Hello Aram,

Thanks for your information. I found one computer setting for the endpoint _BESClient_Inspector_ActiveDirectory = 1
_BESClient_Inspector_ActiveDirectory_Refresh_SecondsValue:3600`
Is these settings are useful . for the same appraoch. Because I found few systesms in which user is logged on but still showing the . Do you any therory about it.

Hello, I found a relevance that resolved my problem

if (exists logged on users) then (concatenation ", " of (names of logged on users)) else ("Last logged-on user: " & (value “LastLoggedOnUser” of key “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI” of native registry as string))

1 Like