Search Active Directory Users and Computers

T

Terry

When doing a search ia there a wildcard I can use, i.e.

Field: Condition: Value:
Display Name Ending With MADPP*

With this I am looking for all MADPP..
 
J

John Spencer (MVP)

WHERE FieldName Like "MADPP*"

if you are using the query grid, then

Field: Fieldname
Criteria: Like "MADPP*"
 

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

Top