![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | VBScript for retrieving user account info. from a domain controller Hello, Is there any VBScript available to retrieve completer user name from a AD domain controller which is running on Windows 2000 Server and then put the list in an excel file? Thanks in advance. edm786. |
My System Specs![]() |
| | #2 (permalink) |
| | Re: VBScript for retrieving user account info. from a domain controller "edm786" <u46084@xxxxxx> wrote in message news:89f44b392359b@xxxxxx Quote: > Hello, > > Is there any VBScript available to retrieve completer [completer?] user Quote: > domain controller which is running on Windows 2000 Server and then put the > list in an excel file? > too. |
My System Specs![]() |
| | #3 (permalink) |
| | Re: VBScript for retrieving user account info. from a domain controller "edm786" <u46084@xxxxxx> wrote in message news:89f44b392359b@xxxxxx Quote: > Hello, > > Is there any VBScript available to retrieve completer user name from a AD > domain controller which is running on Windows 2000 Server and then put the > list in an excel file? > > > Thanks in advance. > > edm786. > all users in the domain in an Excel spreadsheet linked here: http://www.rlmueller.net/Create%20User%20List%203.htm I also have a program that documents several attributes of all users in a comma delimited file (that can be read into a spreadsheet) linked here: http://www.rlmueller.net/DocumentUsers.htm You can also use Joe Richards' free adfind utility to query AD for information like this: http://www.joeware.net/freetools/tools/adfind/index.htm For a simple list of all user Distinguished Names (DN's), you can also use the dsquery command line tool. For example: dsquery user domainroot This will spit out the DN's of all users in the domain. If you run this at a command prompt you can redirect the output to a text file, which can be read into a spreadsheet. -- Richard Mueller MVP Directory Services Hilltop Lab - http://www.rlmueller.net -- |
My System Specs![]() |
| | #4 (permalink) |
| | Re: VBScript for retrieving user account info. from a domain controller Thanks Richard, sorry my typing mistakes. I will give these scripts a try...for sure. Thanks again, edm786. Richard Mueller [MVP] wrote: Quote: Quote: >> Hello, >> Quote: >> >> edm786. >I have an example VBScript program that documents the Distinguished Names of >all users in the domain in an Excel spreadsheet linked here: > >http://www.rlmueller.net/Create%20User%20List%203.htm > >I also have a program that documents several attributes of all users in a >comma delimited file (that can be read into a spreadsheet) linked here: > >http://www.rlmueller.net/DocumentUsers.htm > >You can also use Joe Richards' free adfind utility to query AD for >information like this: > >http://www.joeware.net/freetools/tools/adfind/index.htm > >For a simple list of all user Distinguished Names (DN's), you can also use >the dsquery command line tool. For example: > >dsquery user domainroot > >This will spit out the DN's of all users in the domain. If you run this at a >command prompt you can redirect the output to a text file, which can be read >into a spreadsheet. > Message posted via http://www.webmasterkb.com |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
Change User Account info | General Discussion | |||
| domain user account UAC without domain admin id/password?? | Vista security | |||
| retrieving files from deleted user account | Vista account administration | |||
| retrieving domain info | PowerShell | |||
| How Do i setup a domain user account | Vista account administration | |||