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.
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.