Pull systems from OU to collection
Hi
we need to pull all the systems in particular OU to a respective collection, is any special permission need on OU to do so.Thanks Shankar K
October 12th, 2010 11:12am
no, just run AD system group discovery and make sure the OU is part of the LPAP path. After that create a query like this:
select * from SMS_R_System where SMS_R_System.SystemOUName = "domain/ou"Kent Agerlund | http://scug.dk/ | The Danish community for System Center products
Free Windows Admin Tool Kit Click here and download it now
October 12th, 2010 11:46am
Hi Kent
Can you guide me how to run AD system group discovery and finding is OU is part of LPAPThanks Shankar K
October 13th, 2010 12:24pm
Hi
is it LPAP or LDAP.Thanks Shankar K
Free Windows Admin Tool Kit Click here and download it now
October 15th, 2010 7:38am
LDAPKent Agerlund | http://scug.dk/ | The Danish community for System Center products
October 15th, 2010 7:44am
Hi
i have enabled AD discovery on 2 OU and written a query as follows to pull the systems but the collection is empty.
select * from SMS_R_System where SMS_R_System.SystemOUName = "Testing.COM/all-computers/Ind-CEN-Computers/IND-CEN-computers-Laptops/IND-CEN-test-Computers-Laptops"
Let us know how to proceed.
Thanks Shankar K
Free Windows Admin Tool Kit Click here and download it now
October 19th, 2010 7:50am
Hi there is a difference in the system count, when we pull from a particular OU. for example Ou is having 50 computer objects collection is getting on 32Thanks Shankar K
November 2nd, 2010 4:56am
what does AD system discovery(Adsysdis.log) says from your site server log files? Any DNS issues while resolving the computr names ?
//Eswar Koneti @ http://eskonr.wordpress.com/
Free Windows Admin Tool Kit Click here and download it now
November 2nd, 2010 5:33am