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*"
 
Top