Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Extracting Active Directory info?

  • 24-01-2013 10:31PM
    #1
    Registered Users, Registered Users 2 Posts: 2,726 ✭✭✭


    Hi,

    Looking for some way to extract info from active directory. Need to see all users and what groups they are a member of. Only thing is i cannot use any 3rd party software for it. Is there anyway to do this? Possibly extract into excel or something.


Comments

  • Registered Users, Registered Users 2 Posts: 610 ✭✭✭brianwalshcork


    zweton wrote: »
    Hi,

    Looking for some way to extract info from active directory. Need to see all users and what groups they are a member of. Only thing is i cannot use any 3rd party software for it. Is there anyway to do this? Possibly extract into excel or something.

    Lots of sample VBS scripts out there for this. Here's one:

    http://debugge.com/vbs-to-display-all-users-in-active-directory-by-group.db


  • Registered Users, Registered Users 2 Posts: 2,726 ✭✭✭zweton


    great thanks, could this do any damage to AD? e.g corrupt or similar.


  • Moderators, Arts Moderators, Regional Abroad Moderators, Paid Member Posts: 11,203 Mod ✭✭✭✭Fysh


    Even better than VBS scripts are the various Powershell commandlets for AD manipulation. You need an account with suitable privileges to execute the queries correctly, but they're only read operations so if you're using them correctly they shouldn't change anything.

    See here for more info.


Advertisement