|
| |||||||||
| Tags: csvde, export, groups, member |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Export all AD Groups with member : CSVDE ?
Hi, I need to export a list of all AD groups with their members. The output must be a table. Is it possible to do this with CSVDE or any other DOS command line ? If you know a software, tell me. I don't know anything about scripts ... Thanks in advance, Regards, Hervé - |
|
#2
| |||
| |||
| Re: Export all AD Groups with member : CSVDE ? "anuloma_viloma" <herve.puischevrier@googlemail.com> wrote in message news:2cf385f8-41a8-4a4b-b605-d64caaaf93be@z30g2000yqz.googlegroups.com... Hi, I need to export a list of all AD groups with their members. The output must be a table. Is it possible to do this with CSVDE or any other DOS command line ? If you know a software, tell me. I don't know anything about scripts ... Thanks in advance, Regards, Hervé - -------------------------------------- You can use the following to output all groups and their members: dsquery group | dsget group -members The syntax help says the output is in table format. I'm not sure what you mean by output in a table. If you want more control you will need to use a script. I have an example VBScript program that documents the membership of all groups in the domain linked here: http://www.rlmueller.net/Document%20Domain%20Groups.htm -- Richard Mueller MVP Directory Services Hilltop Lab - http://www.rlmueller.net -- |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Export all AD Groups with member : CSVDE ?" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to Exports some Groups, users and their member and member of | Dani | Active Directory | 2 | 01-02-2010 07:03 PM |
| CSVDE code to export without DN attribute | LucasYew | Windows Software | 4 | 24-04-2009 10:29 AM |
| CSVDE code to export without DN attribute | LucasYew | Active Directory | 1 | 24-04-2009 10:08 AM |
| Exporting member of a particular group using csvde | Graham | Active Directory | 8 | 27-03-2008 07:01 PM |
| Re: csvde export, excluding specific OU's. | Michael-Dallas | Active Directory | 13 | 27-08-2007 07:30 PM |