Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.
Hi all, please see this major site announcement: https://www.boards.ie/discussion/2058427594/boards-ie-2026

Extracting Active Directory info?

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


    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,739 ✭✭✭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,207 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