Similar to this question is there a similar way to look up permissions for a given user or AD Group? SharePoint 2007 really doesn't work in PowerShell and the Internet didn't yield much here.
|
SharePoint SUSHI (SharePoint Utility with a Smart, Helpful Interface) is a free administrative tool for SharePoint that among other tasks, will list the permissions a user or AD group has within an entire site collection (the screenshot on the main page shows this functionality). Disclosure: I have no affiliation with SUSHI but I have used it specifically to find out permissions for some users. |
|||
|
|
|
You can get information via PowerShell in MOSS 2007. The script from this site will traverse a site and give you groups and permissions. To quote form the site, it will: Recursively crawl a site or entire web application within SharePoint Enumerate permissions assigned to a SharePoint site Detail the SharePoint users assigned to a SharePoint group Determine if an Active Directory group is a member of a SharePoint group Detail the Active Directory users who are members of an Active Directory group Search for a specific user’s permissions on a SharePoint site |
|||
|
|
|
The SharePoint Admin Toolkit has some features that help tracking down user permissions within the SharePoint interface. We have it installed and it definitely helps track down why people might get access denied errors due to permissions and comparing permission sets. |
|||
|
|
|
Checkout SharePoint Permissions Manager which gives a quick view of all the permissions for the group/user within the site. |
|||||
|