Dhanraj
November 30, 2017, 3:35pm
1
Hi There,
Does anyone knows the relevance for fetching the user name with the domain name…? like adatum.com \user1 .
Any reply would be greatly appreciated, as we are in a need of pulling the users with the domain name.
Thanks and Regards,
Dhanraj.D
AlanM
November 30, 2017, 10:12pm
2
Take a look at domain user
https://developer.bigfix.com/relevance/reference/user.html#domain-user-user
But you should be able easily get the answer (without building it up thanks to an old artifact of the inspector) with the following
q: sids of users
1 Like
Dhanraj
December 1, 2017, 11:10am
3
Hi Alan,
Thanks for your reply.
Though sids of users and domains of users are fetching the results, they are not pulling the domain name of the users.
And they just pull the system name (like system name\user1 ) regardless of the domain which user has logged into.
Is there anything you can help me with…
Regards,
Dhanraj D
SLB
December 1, 2017, 11:34am
4
For the Netbios domain name, try
netbios domainname of local computer of active directory
1 Like