I'm cleaning up a farm that has loads of junk groups on it. Is there an easy way to tell if any of these groups have been assigned access to anything? The intention is to delete groups that have members but don't confer any privileges.
|
|
Oh dear, this seems a classic case of RTFM. Go to the group, as in the page where the members are listed, and go to Settings>View Group Permissions. |
|||
|
|
|
Out of the box, there's no "easy" way to do this. You could whip something up in PowerShell to iterate through the groups and search everything in the farm to see if that group has access to anything (obviously if it's a big farm you'd want to run it off hours). There's also a few third party tools that help with this; I believe Axceler has a tool that helps with group management, but usually those tools are a bit pricey if you're only going to do this once. |
|||
|
|
There is no out of the box solution but look at these two solutions. Maybe they could help you out. Sharepoint Access Checker Web Part: http://accesschecker.codeplex.com/ Sharepoint Permissions Manager: http://permissionsmanager.codeplex.com/ |
|||
|
|