LDIFDE Export Help!

M

Megan Kielman

I need to export all users within a specific OU that are members of
one of the following groups:

Internet Access A-B
Internet Access C-D
and so on...

This is my LDIFDE command but it is returning no results, what am I
doing wrong???

D:\LDIFDE>ldifde -f nbp.ldf -d "ou=NCNBRIMFS10,ou=No Folder
Redirection,ou=Accou
nts,DC=corp,DC=weyer,DC=pri" -r
"(&(objectClass=user)(memberOf=*Internet Access*
))" -l "memberof"

Thanks!
 
D

David Pharr [MSFT]

Try adding the -s <Server> option where you replace <Server> with the
actual name of the server to see if that makes a difference. If so, you
might be running into the issue outlined in the following kb:
825425 You Experience Problems Exporting Active Directory Objects When You
Use
http://support.microsoft.com/?id=825425

If that does not turn out to be the problem, start with a more generic
ldifde command and ensure it works then get more granular to find out what
piece of your ldifde command is causing this to fail.

Start out with: ldifde -f nbp.ldf -d "ou=NCNBRIMFS10,ou=No Folder
Redirection,ou=Accounts,DC=corp,DC=weyer,DC=pri"
to ensure that works.
Next, move on to the following:
ldifde -f nbp.ldf -d "ou=NCNBRIMFS10,ou=No Folder
Redirection,ou=Accounts,DC=corp,DC=weyer,DC=pri" -r
"(objectClass=user)" to see if that works correctly.

Continue that process to determine what part of your original syntax is
causing the command to fail.

David Pharr, (e-mail address removed)

This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
| From: (e-mail address removed) (Megan Kielman)
| Newsgroups: microsoft.public.win2000.active_directory
| Subject: LDIFDE Export Help!
| Date: 29 Apr 2004 08:15:13 -0700
| Organization: http://groups.google.com
| Lines: 17
| Message-ID: <[email protected]>
| NNTP-Posting-Host: 63.109.229.22
| Content-Type: text/plain; charset=ISO-8859-1
| Content-Transfer-Encoding: 8bit
| X-Trace: posting.google.com 1083251713 26218 127.0.0.1 (29 Apr 2004
15:15:13 GMT)
| X-Complaints-To: (e-mail address removed)
| NNTP-Posting-Date: Thu, 29 Apr 2004 15:15:13 +0000 (UTC)
| Path:
cpmsftngxa10.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.s
ul.t-online.de!t-online.de!news.glorb.com!postnews1.google.com!not-for-mail
| Xref: cpmsftngxa10.phx.gbl microsoft.public.win2000.active_directory:78106
| X-Tomcat-NG: microsoft.public.win2000.active_directory
|
| I need to export all users within a specific OU that are members of
| one of the following groups:
|
| Internet Access A-B
| Internet Access C-D
| and so on...
|
| This is my LDIFDE command but it is returning no results, what am I
| doing wrong???
|
| D:\LDIFDE>ldifde -f nbp.ldf -d "ou=NCNBRIMFS10,ou=No Folder
| Redirection,ou=Accou
| nts,DC=corp,DC=weyer,DC=pri" -r
| "(&(objectClass=user)(memberOf=*Internet Access*
| ))" -l "memberof"
|
| Thanks!
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top