Real user name of logged on user

Hi, i am looking out a relevance code for Real name of logged on user not the user id of logged on user

Getting name of user in windows abc_admin but not the real human name like - Jim Rice

q: (name of current user whose (active of it = True))
A: abc_admin
T: 2.578 ms
I: singular string

q:name of current user
A: abc_admin
T: 1.454 ms
I: singular string

I can’t check (on my phone now) but possibly

Q: full name of current user

https://developer.bigfix.com/relevance/reference/user.html#full-name-of-user-string

i tried but getting this

q:full name of current user
E: The operator “full name” is not defined.

@mail2vij give this a try

(name of it, full name of it) of users of logged on users whose (active of it = true)

1 Like

full names of domain users(names of logged on users)

1 Like

thanks for all help

q:(name of it, full name of it) of users of logged on users whose (active of it = true)
A: dwpadmin, Jim Rice
T: 0.029 ms

q:full names of domain users(names of logged on users whose (active of it = True))
A: Jim Rice
T: 0.028 ms

q:(name of it, full name of it) of user of logged on user whose (active of it = true)
A: dwpadmin, Jim Rice
T: 0.037 ms

2 Likes