G
Guest
I am trying to do a query within AD using an LDAP query.
What I want to do is find all user accounts where the last part of the home
directory is not the same as the Pre-Windows 2000 Logon name.
How do i query a field?
I am looking for something like this...
(objectCategory=user)(!homeDirectory=*(samAccountName))
How do I tell it that it is a field and not a string?? If, indeed this is
possible
Thanks
Andrew Perry
What I want to do is find all user accounts where the last part of the home
directory is not the same as the Pre-Windows 2000 Logon name.
How do i query a field?
I am looking for something like this...
(objectCategory=user)(!homeDirectory=*(samAccountName))
How do I tell it that it is a field and not a string?? If, indeed this is
possible
Thanks
Andrew Perry