I made a Users Discovery and I got all the users in my AD. However, when I use the "users in a specific domain" report i dont see some of the users. Those users and computers appear in the collections but not in the report.
I just checked "Computers in a specific domain" report, the computers are shown in the report. Under the computer domain column, i can see domain, but under the user domain it's blank. s o the error is with the association of the user with the domain.Systems Engineer
To look into the issue i Ran the Report "users in a specific domain" in the SCCM and it gave me less numbers that the collection. Upon running the below specified query on management studio I saw a lot of workstation names in the result.
Select
DISTINCT SYS.User_Domain0 from v_R_System as SYS Orderby SYS.User_Domain0
Is standalone workstations which is creating the issue.
Thank you for your reply, i noticed that this problem happens only on VMware machines that are connectiong to the domain by a Thin Client. I dont know how technically this prevents teh system from associating each user to it's virtual machine but im quite sure it's reason behind it. Anyone has info about this issue?Systems Engineer