Danny, are you sure that is the output from that command? Did you cut and
paste that command? That filter would only show user objects and the output
you show is all objects which would be more of a filter like objectclass=*.
I just verified the command you used in my forest and it worked fine except
it returned computers and users (as expected from the filter) and didn't
return any proxyaddresses (again expected from that command). 

You need to correct these issues.

You should change the filter to be

"(&(objectcategory=person)(objectclass=user)(proxyaddresses=smtp:*))"

And you should change the attributes returned to

"proxyAddresses"

So the whole command would look more like

ldifde -f smtpaddress.ldf -s myserver -r
"(&(objectcategory=person)(objectclass=user)(proxyaddresses=smtp:*))" -l
"proxyAddresses"


Note that this will filter down to just user objects with proxyaddresses
that have smtp in them. Note that it will still return x400 addresses and
other values in the proxyaddresses attribute. You can't pick which values
you want returned out of the proxyaddresses attrib, it is all or nothing.

  joe


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Burkes, Jeremy
[Contractor]
Sent: Wednesday, April 06, 2005 11:06 AM
To: [email protected]
Subject: RE: [ActiveDir] Trouble with ldifde - trying to export list of SMTP
addresses

Try this:

        ldifde -f smtpaddress.ldf -s myserver -r "(objectClass=user)" -l
"ProxyAddresses=SMTP:*"

Jeremy

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Danny
Sent: Wednesday, April 06, 2005 10:56 AM
To: [email protected]
Subject: [ActiveDir] Trouble with ldifde - trying to export list of SMTP
addresses

ldifde -f smtpaddress.ldf -s myserver -r "(objectClass=user)" -l
"ProxyAddress"

Which did not return users ProxyAddresses; I am looking for their SMTP
addresses.

Any suggestions?

This is what is returned:

dn: DC=testing,DC=local
changetype: add

dn: CN=Users,DC=testing,DC=local
changetype: add

dn: CN=Computers,DC=testing,DC=local
changetype: add

dn: OU=Domain Controllers,DC=testing,DC=local
changetype: add

dn: CN=System,DC=testing,DC=local
changetype: add

dn: CN=LostAndFound,DC=testing,DC=local
changetype: add

dn: CN=Infrastructure,DC=testing,DC=local
changetype: add

dn: CN=ForeignSecurityPrincipals,DC=testing,DC=local
changetype: add

dn: CN=Program Data,DC=testing,DC=local
changetype: add

dn: CN=Microsoft,CN=Program Data,DC=testing,DC=local
changetype: add

dn: CN=NTDS Quotas,DC=testing,DC=local
changetype: add

dn: CN=WinsockServices,CN=System,DC=testing,DC=local
changetype: add

dn: CN=RpcServices,CN=System,DC=testing,DC=local
changetype: add

dn: CN=FileLinks,CN=System,DC=testing,DC=local
changetype: add

dn: CN=VolumeTable,CN=FileLinks,CN=System,DC=testing,DC=local
changetype: add

dn: CN=ObjectMoveTable,CN=FileLinks,CN=System,DC=testing,DC=local
changetype: add

dn: CN=Default Domain Policy,CN=System,DC=testing,DC=local
changetype: add

dn: CN=AppCategories,CN=Default Domain
Policy,CN=System,DC=testing,DC=local
changetype: add

dn: CN=Meetings,CN=System,DC=testing,DC=local
changetype: add

dn: CN=Policies,CN=System,DC=testing,DC=local
changetype: add

dn:
CN={31B2F340-016D-11D2-945F-00C04FB984F9},CN=Policies,CN=System,DC=testi
ng,DC=local
changetype: add

dn:
CN=User,CN={31B2F340-016D-11D2-945F-00C04FB984F9},CN=Policies,CN=System,
DC=testing,DC=local
changetype: add

dn:
CN=Machine,CN={31B2F340-016D-11D2-945F-00C04FB984F9},CN=Policies,CN=Syst
em,DC=testing,DC=local
changetype: add

dn:
CN={6AC1786C-016F-11D2-945F-00C04fB984F9},CN=Policies,CN=System,DC=testi
ng,DC=local
changetype: add

dn:
CN=User,CN={6AC1786C-016F-11D2-945F-00C04fB984F9},CN=Policies,CN=System,
DC=testing,DC=local
changetype: add

dn:
CN=Machine,CN={6AC1786C-016F-11D2-945F-00C04fB984F9},CN=Policies,CN=Syst
em,DC=testing,DC=local
changetype: add

dn: CN=RAS and IAS Servers Access Check,CN=System,DC=testing,DC=local
changetype: add

dn: CN=File Replication Service,CN=System,DC=testing,DC=local
changetype: add

dn: CN=Dfs-Configuration,CN=System,DC=testing,DC=local
changetype: add

dn: CN=IP Security,CN=System,DC=testing,DC=local
changetype: add

dn: CN=ipsecPolicy{72385230-70FA-11D1-864C-14A300000000},CN=IP
Security,CN=System,DC=testing,DC=local
changetype: add

dn: CN=ipsecISAKMPPolicy{72385231-70FA-11D1-864C-14A300000000},CN=IP
Security,CN=System,DC=testing,DC=local
changetype: add

dn: CN=ipsecNFA{72385232-70FA-11D1-864C-14A300000000},CN=IP
Security,CN=System,DC=testing,DC=local
changetype: add

dn: CN=ipsecNFA{59319BE2-5EE3-11D2-ACE8-0060B0ECCA17},CN=IP
Security,CN=System,DC=testing,DC=local
changetype: add

dn: CN=ipsecNFA{594272E2-071D-11D3-AD22-0060B0ECCA17},CN=IP
Security,CN=System,DC=testing,DC=local
changetype: add

dn:
CN=ipsecNegotiationPolicy{72385233-70FA-11D1-864C-14A300000000},CN=IP
Security,CN=System,DC=testing,DC=local
changetype: add

dn: CN=ipsecFilter{7238523A-70FA-11D1-864C-14A300000000},CN=IP
Security,CN=System,DC=testing,DC=local
changetype: add

dn:
CN=ipsecNegotiationPolicy{59319BDF-5EE3-11D2-ACE8-0060B0ECCA17},CN=IP
Security,CN=System,DC=testing,DC=local
changetype: add

dn:
CN=ipsecNegotiationPolicy{7238523B-70FA-11D1-864C-14A300000000},CN=IP
Security,CN=System,DC=testing,DC=local
changetype: add

dn: CN=ipsecFilter{72385235-70FA-11D1-864C-14A300000000},CN=IP
Security,CN=System,DC=testing,DC=local
changetype: add

dn: CN=ipsecPolicy{72385236-70FA-11D1-864C-14A300000000},CN=IP
Security,CN=System,DC=testing,DC=local
changetype: add

dn: CN=ipsecISAKMPPolicy{72385237-70FA-11D1-864C-14A300000000},CN=IP
Security,CN=System,DC=testing,DC=local
changetype: add

dn: CN=ipsecNFA{59319C04-5EE3-11D2-ACE8-0060B0ECCA17},CN=IP
Security,CN=System,DC=testing,DC=local
changetype: add

dn:
CN=ipsecNegotiationPolicy{59319C01-5EE3-11D2-ACE8-0060B0ECCA17},CN=IP
Security,CN=System,DC=testing,DC=local
changetype: add

dn: CN=ipsecPolicy{7238523C-70FA-11D1-864C-14A300000000},CN=IP
Security,CN=System,DC=testing,DC=local
changetype: add

dn: CN=ipsecISAKMPPolicy{7238523D-70FA-11D1-864C-14A300000000},CN=IP
Security,CN=System,DC=testing,DC=local
changetype: add

dn: CN=ipsecNFA{7238523E-70FA-11D1-864C-14A300000000},CN=IP
Security,CN=System,DC=testing,DC=local
changetype: add

dn: CN=ipsecNFA{59319BF3-5EE3-11D2-ACE8-0060B0ECCA17},CN=IP
Security,CN=System,DC=testing,DC=local
changetype: add

dn: CN=ipsecNFA{594272FD-071D-11D3-AD22-0060B0ECCA17},CN=IP
Security,CN=System,DC=testing,DC=local
changetype: add

dn:
CN=ipsecNegotiationPolicy{7238523F-70FA-11D1-864C-14A300000000},CN=IP
Security,CN=System,DC=testing,DC=local
changetype: add

dn:
CN=ipsecNegotiationPolicy{59319BF0-5EE3-11D2-ACE8-0060B0ECCA17},CN=IP
Security,CN=System,DC=testing,DC=local
changetype: add

dn: CN=ipsecNFA{6A1F5C6F-72B7-11D2-ACF0-0060B0ECCA17},CN=IP
Security,CN=System,DC=testing,DC=local
changetype: add

dn: CN=AdminSDHolder,CN=System,DC=testing,DC=local
changetype: add

dn: CN=ComPartitions,CN=System,DC=testing,DC=local
changetype: add

dn: CN=ComPartitionSets,CN=System,DC=testing,DC=local
changetype: add

dn: CN=WMIPolicy,CN=System,DC=testing,DC=local
changetype: add

dn: CN=PolicyTemplate,CN=WMIPolicy,CN=System,DC=testing,DC=local
changetype: add

dn: CN=SOM,CN=WMIPolicy,CN=System,DC=testing,DC=local
changetype: add

dn: CN=PolicyType,CN=WMIPolicy,CN=System,DC=testing,DC=local
changetype: add

dn: CN=WMIGPO,CN=WMIPolicy,CN=System,DC=testing,DC=local
changetype: add

dn: CN=DomainUpdates,CN=System,DC=testing,DC=local
changetype: add

dn: CN=Operations,CN=DomainUpdates,CN=System,DC=testing,DC=local
changetype: add

dn:
CN=ab402345-d3c3-455d-9ff7-40268a1099b6,CN=Operations,CN=DomainUpdates,C
N=System,DC=testing,DC=local
changetype: add

dn:
CN=bab5f54d-06c8-48de-9b87-d78b796564e4,CN=Operations,CN=DomainUpdates,C
N=System,DC=testing,DC=local
changetype: add

dn:
CN=f3dd09dd-25e8-4f9c-85df-12d6d2f2f2f5,CN=Operations,CN=DomainUpdates,C
N=System,DC=testing,DC=local
changetype: add

dn:
CN=2416c60a-fe15-4d7a-a61e-dffd5df864d3,CN=Operations,CN=DomainUpdates,C
N=System,DC=testing,DC=local
changetype: add

dn:
CN=7868d4c8-ac41-4e05-b401-776280e8e9f1,CN=Operations,CN=DomainUpdates,C
N=System,DC=testing,DC=local
changetype: add

dn:
CN=860c36ed-5241-4c62-a18b-cf6ff9994173,CN=Operations,CN=DomainUpdates,C
N=System,DC=testing,DC=local
changetype: add

dn:
CN=0e660ea3-8a5e-4495-9ad7-ca1bd4638f9e,CN=Operations,CN=DomainUpdates,C
N=System,DC=testing,DC=local
changetype: add

dn:
CN=a86fe12a-0f62-4e2a-b271-d27f601f8182,CN=Operations,CN=DomainUpdates,C
N=System,DC=testing,DC=local
changetype: add

dn:
CN=d85c0bfd-094f-4cad-a2b5-82ac9268475d,CN=Operations,CN=DomainUpdates,C
N=System,DC=testing,DC=local
changetype: add

dn:
CN=6ada9ff7-c9df-45c1-908e-9fef2fab008a,CN=Operations,CN=DomainUpdates,C
N=System,DC=testing,DC=local
changetype: add

dn:
CN=10b3ad2a-6883-4fa7-90fc-6377cbdc1b26,CN=Operations,CN=DomainUpdates,C
N=System,DC=testing,DC=local
changetype: add

dn:
CN=98de1d3e-6611-443b-8b4e-f4337f1ded0b,CN=Operations,CN=DomainUpdates,C
N=System,DC=testing,DC=local
changetype: add

dn:
CN=f607fd87-80cf-45e2-890b-6cf97ec0e284,CN=Operations,CN=DomainUpdates,C
N=System,DC=testing,DC=local
changetype: add

dn:
CN=9cac1f66-2167-47ad-a472-2a13251310e4,CN=Operations,CN=DomainUpdates,C
N=System,DC=testing,DC=local
changetype: add

dn:
CN=6ff880d6-11e7-4ed1-a20f-aac45da48650,CN=Operations,CN=DomainUpdates,C
N=System,DC=testing,DC=local
changetype: add

dn:
CN=446f24ea-cfd5-4c52-8346-96e170bcb912,CN=Operations,CN=DomainUpdates,C
N=System,DC=testing,DC=local
changetype: add

dn:
CN=293f0798-ea5c-4455-9f5d-45f33a30703b,CN=Operations,CN=DomainUpdates,C
N=System,DC=testing,DC=local
changetype: add

dn:
CN=5c82b233-75fc-41b3-ac71-c69592e6bf15,CN=Operations,CN=DomainUpdates,C
N=System,DC=testing,DC=local
changetype: add

dn:
CN=7ffef925-405b-440a-8d58-35e8cd6e98c3,CN=Operations,CN=DomainUpdates,C
N=System,DC=testing,DC=local
changetype: add

dn:
CN=4dfbb973-8a62-4310-a90c-776e00f83222,CN=Operations,CN=DomainUpdates,C
N=System,DC=testing,DC=local
changetype: add

dn:
CN=8437C3D8-7689-4200-BF38-79E4AC33DFA0,CN=Operations,CN=DomainUpdates,C
N=System,DC=testing,DC=local
changetype: add

dn:
CN=7cfb016c-4f87-4406-8166-bd9df943947f,CN=Operations,CN=DomainUpdates,C
N=System,DC=testing,DC=local
changetype: add

dn:
CN=f7ed4553-d82b-49ef-a839-2f38a36bb069,CN=Operations,CN=DomainUpdates,C
N=System,DC=testing,DC=local
changetype: add

dn:
CN=8ca38317-13a4-4bd4-806f-ebed6acb5d0c,CN=Operations,CN=DomainUpdates,C
N=System,DC=testing,DC=local
changetype: add

dn:
CN=3c784009-1f57-4e2a-9b04-6915c9e71961,CN=Operations,CN=DomainUpdates,C
N=System,DC=testing,DC=local
changetype: add

dn:
CN=6bcd5678-8314-11d6-977b-00c04f613221,CN=Operations,CN=DomainUpdates,C
N=System,DC=testing,DC=local
changetype: add

dn:
CN=6bcd5679-8314-11d6-977b-00c04f613221,CN=Operations,CN=DomainUpdates,C
N=System,DC=testing,DC=local
changetype: add

dn:
CN=6bcd567a-8314-11d6-977b-00c04f613221,CN=Operations,CN=DomainUpdates,C
N=System,DC=testing,DC=local
changetype: add

dn:
CN=6bcd567b-8314-11d6-977b-00c04f613221,CN=Operations,CN=DomainUpdates,C
N=System,DC=testing,DC=local
changetype: add

dn:
CN=6bcd567c-8314-11d6-977b-00c04f613221,CN=Operations,CN=DomainUpdates,C
N=System,DC=testing,DC=local
changetype: add

dn:
CN=6bcd567d-8314-11d6-977b-00c04f613221,CN=Operations,CN=DomainUpdates,C
N=System,DC=testing,DC=local
changetype: add

dn:
CN=6bcd567e-8314-11d6-977b-00c04f613221,CN=Operations,CN=DomainUpdates,C
N=System,DC=testing,DC=local
changetype: add

dn:
CN=6bcd567f-8314-11d6-977b-00c04f613221,CN=Operations,CN=DomainUpdates,C
N=System,DC=testing,DC=local
changetype: add

dn:
CN=6bcd5680-8314-11d6-977b-00c04f613221,CN=Operations,CN=DomainUpdates,C
N=System,DC=testing,DC=local
changetype: add

dn:
CN=6bcd5681-8314-11d6-977b-00c04f613221,CN=Operations,CN=DomainUpdates,C
N=System,DC=testing,DC=local
changetype: add

dn:
CN=6bcd5682-8314-11d6-977b-00c04f613221,CN=Operations,CN=DomainUpdates,C
N=System,DC=testing,DC=local
changetype: add

dn:
CN=6bcd5683-8314-11d6-977b-00c04f613221,CN=Operations,CN=DomainUpdates,C
N=System,DC=testing,DC=local
changetype: add

dn:
CN=6bcd5684-8314-11d6-977b-00c04f613221,CN=Operations,CN=DomainUpdates,C
N=System,DC=testing,DC=local
changetype: add

dn:
CN=6bcd5685-8314-11d6-977b-00c04f613221,CN=Operations,CN=DomainUpdates,C
N=System,DC=testing,DC=local
changetype: add

dn:
CN=6bcd5686-8314-11d6-977b-00c04f613221,CN=Operations,CN=DomainUpdates,C
N=System,DC=testing,DC=local
changetype: add

dn:
CN=6bcd5687-8314-11d6-977b-00c04f613221,CN=Operations,CN=DomainUpdates,C
N=System,DC=testing,DC=local
changetype: add

dn:
CN=6bcd5688-8314-11d6-977b-00c04f613221,CN=Operations,CN=DomainUpdates,C
N=System,DC=testing,DC=local
changetype: add

dn:
CN=6bcd5689-8314-11d6-977b-00c04f613221,CN=Operations,CN=DomainUpdates,C
N=System,DC=testing,DC=local
changetype: add

dn:
CN=6bcd568a-8314-11d6-977b-00c04f613221,CN=Operations,CN=DomainUpdates,C
N=System,DC=testing,DC=local
changetype: add

dn:
CN=6bcd568b-8314-11d6-977b-00c04f613221,CN=Operations,CN=DomainUpdates,C
N=System,DC=testing,DC=local
changetype: add

dn:
CN=6bcd568c-8314-11d6-977b-00c04f613221,CN=Operations,CN=DomainUpdates,C
N=System,DC=testing,DC=local
changetype: add

dn:
CN=6bcd568d-8314-11d6-977b-00c04f613221,CN=Operations,CN=DomainUpdates,C
N=System,DC=testing,DC=local
changetype: add

dn:
CN=3051c66f-b332-4a73-9a20-2d6a7d6e6a1c,CN=Operations,CN=DomainUpdates,C
N=System,DC=testing,DC=local
changetype: add

dn:
CN=3e4f4182-ac5d-4378-b760-0eab2de593e2,CN=Operations,CN=DomainUpdates,C
N=System,DC=testing,DC=local
changetype: add

dn:
CN=c4f17608-e611-11d6-9793-00c04f613221,CN=Operations,CN=DomainUpdates,C
N=System,DC=testing,DC=local
changetype: add

dn:
CN=13d15cf0-e6c8-11d6-9793-00c04f613221,CN=Operations,CN=DomainUpdates,C
N=System,DC=testing,DC=local
changetype: add

dn:
CN=8ddf6913-1c7b-4c59-a5af-b9ca3b3d2c4c,CN=Operations,CN=DomainUpdates,C
N=System,DC=testing,DC=local
changetype: add

dn: CN=Windows2003Update,CN=DomainUpdates,CN=System,DC=testing,DC=local
changetype: add

dn: CN=Administrator,CN=Users,DC=testing,DC=local
changetype: add

dn: CN=Guest,CN=Users,DC=testing,DC=local
changetype: add

dn: CN=SUPPORT_388945a0,CN=Users,DC=testing,DC=local
changetype: add

dn: CN=IUSR_xyzEXCHANGE2,CN=Users,DC=testing,DC=local
changetype: add

dn: CN=IWAM_xyzEXCHANGE2,CN=Users,DC=testing,DC=local
changetype: add

dn: CN=ASPNET,CN=Users,DC=testing,DC=local
changetype: add

dn: CN=HelpServicesGroup,CN=Users,DC=testing,DC=local
changetype: add

dn: CN=TelnetClients,CN=Users,DC=testing,DC=local
changetype: add

dn: CN=IIS_WPG,CN=Users,DC=testing,DC=local
changetype: add

dn: CN=S-1-5-18,CN=ForeignSecurityPrincipals,DC=testing,DC=local
changetype: add

dn: CN=S-1-5-19,CN=ForeignSecurityPrincipals,DC=testing,DC=local
changetype: add

dn: CN=S-1-5-20,CN=ForeignSecurityPrincipals,DC=testing,DC=local
changetype: add

dn: CN=Builtin,DC=testing,DC=local
changetype: add

dn: CN=Administrators,CN=Builtin,DC=testing,DC=local
changetype: add

dn: CN=Users,CN=Builtin,DC=testing,DC=local
changetype: add

dn: CN=S-1-5-4,CN=ForeignSecurityPrincipals,DC=testing,DC=local
changetype: add

dn: CN=S-1-5-11,CN=ForeignSecurityPrincipals,DC=testing,DC=local
changetype: add

dn: CN=Guests,CN=Builtin,DC=testing,DC=local
changetype: add

dn: CN=Print Operators,CN=Builtin,DC=testing,DC=local
changetype: add

dn: CN=Backup Operators,CN=Builtin,DC=testing,DC=local
changetype: add

dn: CN=Replicator,CN=Builtin,DC=testing,DC=local
changetype: add

dn: CN=Remote Desktop Users,CN=Builtin,DC=testing,DC=local
changetype: add

dn: CN=Network Configuration Operators,CN=Builtin,DC=testing,DC=local
changetype: add

dn: CN=Performance Monitor Users,CN=Builtin,DC=testing,DC=local
changetype: add

dn: CN=Performance Log Users,CN=Builtin,DC=testing,DC=local
changetype: add

dn: CN=Server,CN=System,DC=testing,DC=local
changetype: add

dn: CN=MSRADIUSPRIVKEY Secret,CN=System,DC=testing,DC=local
changetype: add

dn: CN=xyzEXCHANGE2,OU=Domain Controllers,DC=testing,DC=local
changetype: add

dn: CN=krbtgt,CN=Users,DC=testing,DC=local
changetype: add

dn: CN=Domain Computers,CN=Users,DC=testing,DC=local
changetype: add

dn: CN=Domain Controllers,CN=Users,DC=testing,DC=local
changetype: add

dn: CN=Schema Admins,CN=Users,DC=testing,DC=local
changetype: add

dn: CN=Enterprise Admins,CN=Users,DC=testing,DC=local
changetype: add

dn: CN=Cert Publishers,CN=Users,DC=testing,DC=local
changetype: add

dn: CN=Domain Admins,CN=Users,DC=testing,DC=local
changetype: add

dn: CN=Domain Users,CN=Users,DC=testing,DC=local
changetype: add

dn: CN=Domain Guests,CN=Users,DC=testing,DC=local
changetype: add

dn: CN=Group Policy Creator Owners,CN=Users,DC=testing,DC=local
changetype: add

dn: CN=RAS and IAS Servers,CN=Users,DC=testing,DC=local
changetype: add

dn: CN=Server Operators,CN=Builtin,DC=testing,DC=local
changetype: add

dn: CN=Account Operators,CN=Builtin,DC=testing,DC=local
changetype: add

dn: CN=Pre-Windows 2000 Compatible Access,CN=Builtin,DC=testing,DC=local
changetype: add

dn: CN=Incoming Forest Trust Builders,CN=Builtin,DC=testing,DC=local
changetype: add

dn: CN=Windows Authorization Access Group,CN=Builtin,DC=testing,DC=local
changetype: add

dn: CN=Terminal Server License Servers,CN=Builtin,DC=testing,DC=local
changetype: add

dn: CN=S-1-5-9,CN=ForeignSecurityPrincipals,DC=testing,DC=local
changetype: add

dn:
CN=6E157EDF-4E72-4052-A82A-EC3F91021A22,CN=Operations,CN=DomainUpdates,C
N=System,DC=testing,DC=local
changetype: add

dn: CN=RID Manager$,CN=System,DC=testing,DC=local
changetype: add

dn: CN=RID Set,CN=xyzEXCHANGE2,OU=Domain Controllers,DC=testing,DC=local
changetype: add

dn: CN=DnsAdmins,CN=Users,DC=testing,DC=local
changetype: add

dn: CN=DnsUpdateProxy,CN=Users,DC=testing,DC=local
changetype: add

dn: CN=MicrosoftDNS,CN=System,DC=testing,DC=local
changetype: add

dn: CN=Domain System Volume (SYSVOL share),CN=File Replication
Service,CN=System,DC=testing,DC=local
changetype: add

dn: CN=xyzEXCHANGE2,CN=Domain System Volume (SYSVOL share),CN=File
Replication Service,CN=System,DC=testing,DC=local
changetype: add

dn: CN=NTFRS Subscriptions,CN=xyzEXCHANGE2,OU=Domain
Controllers,DC=testing,DC=local
changetype: add

dn: CN=Domain System Volume (SYSVOL share),CN=NTFRS
Subscriptions,CN=xyzEXCHANGE2,OU=Domain
Controllers,DC=testing,DC=local
changetype: add

dn: CN=BCKUPKEY_71fbd4c8-0b40-43a5-84d0-0e7d80c965d3
Secret,CN=System,DC=testing,DC=local
changetype: add

dn: CN=BCKUPKEY_P Secret,CN=System,DC=testing,DC=local
changetype: add

dn: CN=BCKUPKEY_d095b1ae-dcb4-4bb5-9441-0ac5a5421977
Secret,CN=System,DC=testing,DC=local
changetype: add

dn: CN=BCKUPKEY_PREFERRED Secret,CN=System,DC=testing,DC=local
changetype: add

dn: CN=Distributed COM Users,CN=Builtin,DC=testing,DC=local
changetype: add

dn: DC=RootDNSServers,CN=MicrosoftDNS,CN=System,DC=testing,DC=local
changetype: add

dn: DC=@,DC=RootDNSServers,CN=MicrosoftDNS,CN=System,DC=testing,DC=local
changetype: add

dn:
DC=a.root-servers.net,DC=RootDNSServers,CN=MicrosoftDNS,CN=System,DC=tes
ting,DC=local
changetype: add

dn:
DC=b.root-servers.net,DC=RootDNSServers,CN=MicrosoftDNS,CN=System,DC=tes
ting,DC=local
changetype: add

dn:
DC=c.root-servers.net,DC=RootDNSServers,CN=MicrosoftDNS,CN=System,DC=tes
ting,DC=local
changetype: add

dn:
DC=d.root-servers.net,DC=RootDNSServers,CN=MicrosoftDNS,CN=System,DC=tes
ting,DC=local
changetype: add

dn:
DC=e.root-servers.net,DC=RootDNSServers,CN=MicrosoftDNS,CN=System,DC=tes
ting,DC=local
changetype: add

dn:
DC=f.root-servers.net,DC=RootDNSServers,CN=MicrosoftDNS,CN=System,DC=tes
ting,DC=local
changetype: add

dn:
DC=g.root-servers.net,DC=RootDNSServers,CN=MicrosoftDNS,CN=System,DC=tes
ting,DC=local
changetype: add

dn:
DC=h.root-servers.net,DC=RootDNSServers,CN=MicrosoftDNS,CN=System,DC=tes
ting,DC=local
changetype: add

dn:
DC=i.root-servers.net,DC=RootDNSServers,CN=MicrosoftDNS,CN=System,DC=tes
ting,DC=local
changetype: add

dn:
DC=j.root-servers.net,DC=RootDNSServers,CN=MicrosoftDNS,CN=System,DC=tes
ting,DC=local
changetype: add

dn:
DC=k.root-servers.net,DC=RootDNSServers,CN=MicrosoftDNS,CN=System,DC=tes
ting,DC=local
changetype: add

dn:
DC=l.root-servers.net,DC=RootDNSServers,CN=MicrosoftDNS,CN=System,DC=tes
ting,DC=local
changetype: add

dn:
DC=m.root-servers.net,DC=RootDNSServers,CN=MicrosoftDNS,CN=System,DC=tes
ting,DC=local
changetype: add

dn: CN=Microsoft Exchange System Objects,DC=testing,DC=local
changetype: add

dn: CN=Exchange Domain Servers,CN=Users,DC=testing,DC=local
changetype: add

dn: CN=Exchange Enterprise Servers,CN=Users,DC=testing,DC=local
changetype: add

dn: CN=SystemMailbox{8FFFA5EB-B993-4070-A169-AE5FEC502A14},CN=Microsoft
Exchange System Objects,DC=testing,DC=local
changetype: add

dn: CN=Schedule\+ Free Busy Information - First Administrative
Group,CN=Microsoft Exchange System Objects,DC=testing,DC=local
changetype: add

dn: CN=StoreEvents{5A6F9B24-8CAA-41CC-94DC-2646461C95ED},CN=Microsoft
Exchange System Objects,DC=testing,DC=local
changetype: add

dn: CN=Offline Address Book - First Administrative Group,CN=Microsoft
Exchange System Objects,DC=testing,DC=local
changetype: add

dn: CN=Offline Address Book - /o\=First
Organization/cn\=addrlists/cn\=oab,CN=Microsoft Exchange System
Objects,DC=testing,DC=local
changetype: add

dn: CN=internal,CN=Microsoft Exchange System Objects,DC=testing,DC=local
changetype: add

dn: CN=globalevents,CN=Microsoft Exchange System Objects,DC=testing,DC=local
changetype: add

dn: CN=schema-root,CN=Microsoft Exchange System Objects,DC=testing,DC=local
changetype: add

dn: CN=Default,CN=Microsoft Exchange System Objects,DC=testing,DC=local
changetype: add

dn: CN=microsoft,CN=Microsoft Exchange System Objects,DC=testing,DC=local
changetype: add

dn: CN=exchangeV1,CN=Microsoft Exchange System Objects,DC=testing,DC=local
changetype: add

dn: CN=OWAScratchPad{5A6F9B24-8CAA-41CC-94DC-2646461C95ED},CN=Microsoft
Exchange System Objects,DC=testing,DC=local
changetype: add

dn: OU=Local Users,DC=testing,DC=local
changetype: add

dn: CN=Danny smith,OU=Local Users,DC=testing,DC=local
changetype: add
List info   : http://www.activedir.org/List.aspx
List FAQ    : http://www.activedir.org/ListFAQ.aspx
List archive:
http://www.mail-archive.com/activedir%40mail.activedir.org/
List info   : http://www.activedir.org/List.aspx
List FAQ    : http://www.activedir.org/ListFAQ.aspx
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/

List info   : http://www.activedir.org/List.aspx
List FAQ    : http://www.activedir.org/ListFAQ.aspx
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/

Reply via email to