Query AD to find all client Sp level

  • Thread starter Thread starter Anthony Smout
  • Start date Start date
A

Anthony Smout

I know you can find out the client sp level from the
workstation properties in AD but is there a query/script
you can run to show all clients instead of one at a time?

Regards

Anthony
 
Anthony

If you want to do an ldap search (e.g. using LDP.EXE),
the search filter would look something like this:


(&(objectCategory=Computer)
(operatingSystemServicepack=Service Pack 2))

Tony
www.activedir.org
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top