C
Clayton Sutton
We are running a Windows 2003 domain and Exchange 2003. I am trying to
create a "Saved Query" in AD Users and Computers. I have the following LDAP
query that will tell me all users that have NEVER logged in before. Can
someone show me how to modify the query to return all users that have not
logged in in the last 20 days?
(&(objectCategory=person)(objectClass=user))(|(lastLogon=0)(!(lastLogon=*)))
TIA,
Clayton
create a "Saved Query" in AD Users and Computers. I have the following LDAP
query that will tell me all users that have NEVER logged in before. Can
someone show me how to modify the query to return all users that have not
logged in in the last 20 days?
(&(objectCategory=person)(objectClass=user))(|(lastLogon=0)(!(lastLogon=*)))
TIA,
Clayton