Alexander's Blog

Sharing knowledge with the global IT community since November 1, 2004

How to Install CodePlex’s Permissions Manager 2010

/
/
ad-mania

Microsoft doesn’t give you any tools to easily manage permissions in SharePoint Server 2010. Fortunately, CodePlex offers a free tool called Permissions Manager 2010. However, because it’s open source code, there are no clear instructions for installing or configuring this tool on their site. I thought I will document the steps here for your benefit.

Here are the instructions for installing CodePlex’s Permissions Manager 2010 in SharePoint Server 2010.

  1. Download Permissions Manager 2010 from http://permissionsmanager.codeplex.com/.
  2. Create a folder where you will download the tool. For example, C:\PM.
  3. Copy the downloaded PermissionsManager2010.wsp file to the C:\PM folder.
  4. Start Windows PowerShell ISE and run the following command to add the solution:
    Add-SPSolution “C:\PM\permissionsmanager2010.wsp”
  5. Run the following command to install the solution:
    Install-SPSolution -identity “permissionsmanager2010.wsp” –GACdeployment
    (Note: You must add GACdeployment switch at the end)
  6. Go to Central Administration – > Application Management -> Web Applications -> Mange web applications.
  7. Select the Web application (e.g. Intranet) and on the Web Applications tab click Manage Features. Notice the Permissions Manager 2010 entry that is activated.
  8. Go to your intranet site and select Site Actions, Site Settings. (Note: you need to go to your site, not to Central Administration).
  9. Click on the Permissions Manager 2010 under Users and Permissions.
  10. Now you can manage permissions in SharePoint Server 2010 using this tool.

Copyright ©2012 Zubair Alexander. All rights reserved.

  • Facebook
  • Twitter
  • Linkedin

Leave a Comment

Your email address will not be published. Required fields are marked *

This div height required for enabling the sticky sidebar