Import Active Dicrectory's Mail Enabled Contacts?



Following the link below, I was able to filter out all disabled accounts
when I am importing accounts from Active Directory for the "People" search.
http://support.microsoft.com/default.aspx?scid=kb;en-us;827754

However, we also have Mail Enabled Contacts for some of our locations that
do not attach to our network. I edited the above query a bit to import
these items like so:
(&(objectClass=contact)(|(mail=*OTHERSITE1.com)(mail=*OTHERSITE2.com)))
Sp, now the query/filter looks like this:
(&(objectCategory=person)(|(&(objectClass=user)(!(userAccountControl:1.2.840.113556.1.4.803:=2)))(&(objectClass=contact)(|(mail=*OTHERSITE1.com)(mail=*OTHERSITE2.com)))))
This query plus the one from the link worked well in Active Directory Users
and Groups and I was able to retrieve all the Mail Enabled Contacts, plus
all the active accounts in our domain.

However, when I put this filter into SPS, I got the following error when it
tries to import the Mail Enabled Contacts:
"The address could not be found, (0x8004400B - The user account name can not
be resolved within the Active Directory. You would need to verify whether
the user is a real user or just a temporary user object generated for some
application purpose. You might be able to refine the LDAP search filter to
avoid this error. )"

How can I import Mail Enabled Contacts?

Thanks.


.



Relevant Pages

  • Re: restricting domain PCs to individual users
    ... allow logon locally and users2-6 are denied logon locally, via a filter, then ... I would instead recommend you to create multiple Active Directory Group ... "Domain Users" from the local Users group on each PC, ... all domain accounts can still login. ...
    (microsoft.public.windows.group_policy)
  • Re: KDC error suggestions?
    ... I have followed the steps in the Microsoft Article that you referred to. ... we need to locate the machine accounts that have the ... > 250455 How to Change Display Names of Active Directory Users ... I have the Windows Support Tools installed that some have ...
    (microsoft.public.windows.server.sbs)
  • Re: Active Directory Value Proposition
    ... > backup purposes - which leads to centralized backups (including open file ... > 1) Central administration of accounts, permissions, and policy. ... > What are the risks? ... >> Would you recommend using Active Directory in a small-business setting? ...
    (microsoft.public.win2000.active_directory)
  • Re: 2000 server and 2000 pro network
    ... I set up accounts from the server using ... these are in a workgroup called CMT. ... but a regular user cannot login using network ... Microsoft Windows MVP - Active Directory ...
    (microsoft.public.win2000.dns)
  • Re: REPOST: Count certain records in filtered data
    ... that appear in B2:B99 after you filter on some other column (mixture of Rome, ... DEPARTMENT GENDER ... If I then filter the data on the Gender column, for F only, I want the ... contain the word Accounts. ...
    (microsoft.public.excel.misc)

Loading