SQL AD Group membership
Posted by daniel | Posted in Code Snippets | Posted on 05-02-2010
Tags: Active, AD, Directory, group, membership, Procedure, SP, SQL, Stored, users
1
Hi all,
I have been working on a way to return Active directory group membership from a linked AD server in SQL.
Its quite hard as you can`t return it from the group – you have to return it from the user. What i wanted was to return every group within an OU and its members.



