RE: [ActiveDir] ADUC Export

2005-02-07 Thread Katherine Coombs
@mail.activedir.org Subject: RE: [ActiveDir] ADUC Export If youre interested I have similar code which can be dropped into a simple VB.NET form and run that way. I was doing this type of operation routinely enough that I just put the whole thing in a VB.NET app so I could pull it up on the screen

Re: [ActiveDir] ADUC Export

2005-02-01 Thread Tomasz Onyszko
Rogers, James wrote: In ADUC 2003, an Export List command is available that will export the contents of the immediate OU you're viewing. Is there a way to export the full tree for an entire domain? I'd like to pull a list of all OU's, their position in the tree, and their contents. Is this

RE: [ActiveDir] ADUC Export

2005-02-01 Thread Brad Hibbert
Title: Message Here is a simple recursive VB script that can accomplish this strDomain = "DC=ds,dc=nplab,dc=secure" Enter your DN here strOutput = "" enumerateOUs(strDomain) Set FSO = CreateObject("Scripting.FileSystemObject") Set file = fso.CreateTextFile("Result.txt", true)

RE: [ActiveDir] ADUC Export

2005-02-01 Thread Lou Vega
they wanted it. r/ Lou -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brad Hibbert Sent: Tuesday, February 01, 2005 3:20 PM To: ActiveDir@mail.activedir.org Subject: RE: [ActiveDir] ADUC Export Here is a simple recursive VB script that can accomplish