This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Web Designer: How to create AD group membership overview?

Hi Everyone,

 

I'm going to create new recertification for service accounts from AD, but don't know how to implement following requirements:

1. Show all memberships of each service account in a table view

2. Place this table view in a button, for example that managers can view memberships on demand.

Thanks in advance!

Parents
  • Thanks, but this select returns the same results:
    service account - all AD groups.
    Is there a way to make something like this:
    select 1 from (select current uid_adsaccount from adsaccount)

    To clarify my task: I need to see an account with all assigned groups, like Account MemberOf in ActiveDirectory.

Reply
  • Thanks, but this select returns the same results:
    service account - all AD groups.
    Is there a way to make something like this:
    select 1 from (select current uid_adsaccount from adsaccount)

    To clarify my task: I need to see an account with all assigned groups, like Account MemberOf in ActiveDirectory.

Children
No Data