Skip to content

Group membership - transitive memberships #1

Description

@christianahug

Hi guys, first off - awesome! This is such a great tool and I'm working on implementing it for our production environment.

We use RBAC and therefore I needed to adapt the script a little bit. Instead of using

$groupQuery = "users/$userId/memberOf"

I changed it to

$groupQuery = "users/$userId/transitiveMemberOf"

Otherwise the query only returns direct memberships instead of all memberships, which doesn't work for us since we use nested groups to grant access to file shares.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions