|
|
FAQ
Search
Memberlist
Usergroups
Register
Profile
Private messages
Log in
|
|
| Author |
Message |
Wilson27 Guest
|
Posted: Mon May 15, 2006 5:53 pm Post subject: Is there a possibility? |
|
|
Hi,
I want to know if it is a way that i can export a list from all the users on
my domain and all the groups relation with each of them.
the thing is that i need the user and all the goups assigned. does microsoft
provides a tool or there is a third party application for that.
Sincerely,
Wilson
System Administrator |
|
| Back to top |
|
 |
|
|
Laura E. Hunter [MVP] Guest
|
Posted: Mon May 15, 2006 6:08 pm Post subject: Re: Is there a possibility? |
|
|
You can use ldifde, which is built into the operating system, or adfind, a
freeware tool available from http://www.joeware.net. Both of these tools
will query AD for the information that you specify.
Here's a link on ldifde to help get you started:
http://www.microsoft.com/technet/prodtechnol/windows2000serv/technologies/activedirectory/howto/bulkstep.mspx
HTH
--
--
Laura E. Hunter: MVP Windows Server - Networking
All replies to newsgroup, please
Post provided as-is, no warranties expressed or implied
"Wilson27" <Wilson27@discussions.microsoft.com> wrote in message
news:AF5BB013-2B51-4C84-AFDF-10DA241E2C37@microsoft.com...
| Quote: | Hi,
I want to know if it is a way that i can export a list from all the users
on
my domain and all the groups relation with each of them.
the thing is that i need the user and all the goups assigned. does
microsoft
provides a tool or there is a third party application for that.
Sincerely,
Wilson
System Administrator |
|
|
| Back to top |
|
 |
Herb Martin Guest
|
Posted: Mon May 15, 2006 6:42 pm Post subject: Re: Is there a possibility? |
|
|
"Wilson27" <Wilson27@discussions.microsoft.com> wrote in message
news:AF5BB013-2B51-4C84-AFDF-10DA241E2C37@microsoft.com...
| Quote: | Hi,
I want to know if it is a way that i can export a list from all the users
on
my domain and all the groups relation with each of them.
|
Exporting all of the users is possible several ways, and you
can get the groups but that is harder since nested groups may
need to be followed.
For small domains, you can get the lists just by exporting them
manually in the AD Users/Computers MMC.
| Quote: | the thing is that i need the user and all the goups assigned. does
microsoft
provides a tool or there is a third party application for that.
|
There are some scripts or you can write your own.
Check out the Scripting site at Microsoft -- I always just Google for
[ ADSI Script-o-matic site:microsoft.com ]
There is also some scripts in the resource kit tools which you can
download from Microsoft too.
--
Herb Martin, MCSE, MVP
Accelerated MCSE
http://www.LearnQuick.Com
[phone number on web site]
| Quote: | Sincerely,
Wilson
System Administrator |
|
|
| Back to top |
|
 |
Jerold Schulman Guest
|
Posted: Tue May 16, 2006 6:28 pm Post subject: Re: Is there a possibility? |
|
|
On Mon, 15 May 2006 06:53:02 -0700, Wilson27 <Wilson27@discussions.microsoft.com> wrote:
| Quote: | Hi,
I want to know if it is a way that i can export a list from all the users on
my domain and all the groups relation with each of them.
the thing is that i need the user and all the goups assigned. does microsoft
provides a tool or there is a third party application for that.
Sincerely,
Wilson
System Administrator
|
See tip 9941 » How can I display the security group membership of all users, in semi-colon delimited format?
in the 'Tips & Tricks' at http://www.jsifaq.com
Jerold Schulman
Windows Server MVP
JSI, Inc.
http://www.jsiinc.com
http://www.jsifaq.com |
|
| Back to top |
|
 |
|
|