HanSolo111
Technical User
Hi all,
I have an issue with multiple collections that are based on an AD query. They do not show the same results as Active Directory. For instance: a workstation collection in AD contains 284 PC's, but the SMS collection will only return 269 Pc's.
This is the query that i'm using:
select SMS_R_System.ResourceID,SMS_R_System.ResourceType,SMS_R_System.Name,SMS_R_System.SMSUniqueIdentifier,SMS_R_System.ResourceDomainORWorkgroup,SMS_R_System.Client from SMS_R_System where SystemOUName = "test.CORP/test/WORKSTATIONS"
Now the weird part is, that it DOES work correctly for some OU's.
Does anybody have an idea as why SMS is 'out of sync' with the AD OU's?
Thanks!
I have an issue with multiple collections that are based on an AD query. They do not show the same results as Active Directory. For instance: a workstation collection in AD contains 284 PC's, but the SMS collection will only return 269 Pc's.
This is the query that i'm using:
select SMS_R_System.ResourceID,SMS_R_System.ResourceType,SMS_R_System.Name,SMS_R_System.SMSUniqueIdentifier,SMS_R_System.ResourceDomainORWorkgroup,SMS_R_System.Client from SMS_R_System where SystemOUName = "test.CORP/test/WORKSTATIONS"
Now the weird part is, that it DOES work correctly for some OU's.
Does anybody have an idea as why SMS is 'out of sync' with the AD OU's?
Thanks!