Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Extracting Active Directory info?

Options
  • 24-01-2013 10:31pm
    #1
    Registered Users Posts: 2,683 ✭✭✭


    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 Posts: 607 ✭✭✭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 Posts: 2,683 ✭✭✭zweton


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


  • Moderators, Arts Moderators, Regional Abroad Moderators Posts: 11,024 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