Answered by:
Export Site Collection Permissions

Question
-
Am I being very stupid.............but is there an easy way to output a list of user and group permissions for a SharePoint 2007 Site Collection and all Sub-Sites?
There must be surely.......................?
Wednesday, May 1, 2013 8:41 AM
Answers
-
There aren't any pre-defined cmdlets for SharePoint 2007. You could still use Powershell, but at that point you would be working directly with the SharePoint APIs so its no different than custom programming a Console Application in Visual Studio. As I said, it can be done but it would require either custom programming or a third party app.
Paul Stork SharePoint Server MVP
Principal Architect: Blue Chip Consulting Group
Blog: http://dontpapanic.com/blog
Twitter: Follow @pstork
Please remember to mark your question as "answered" if this solves your problem.- Marked as answer by Entan MingModerator Friday, May 10, 2013 1:42 AM
Thursday, May 2, 2013 12:53 PM -
Hi,
I understand that you want to create a permission report for a site collection. You can use PowerShell script to achieve this.
Here are the example to achieve this in SharePoint 2010, you need to modify the scripts:
Site/site collections Permissions – Report: http://social.technet.microsoft.com/Forums/en-US/sharepointadminprevious/thread/29571c55-63be-4bac-ae5d-23799c8f76cc
Thanks,
Entan Ming
TechNet Subscriber Support in forum
If you have any feedback on our support, please contacttnmff@microsoft.com.
Entan Ming
TechNet Community Support- Marked as answer by Entan MingModerator Friday, May 10, 2013 1:42 AM
Thursday, May 2, 2013 3:03 AMModerator
All replies
-
Not without custom code or a third party tool.
Paul Stork SharePoint Server MVP
Principal Architect: Blue Chip Consulting Group
Blog: http://dontpapanic.com/blog
Twitter: Follow @pstork
Please remember to mark your question as "answered" if this solves your problem.Wednesday, May 1, 2013 11:40 AM -
Hi,
I understand that you want to create a permission report for a site collection. You can use PowerShell script to achieve this.
Here are the example to achieve this in SharePoint 2010, you need to modify the scripts:
Site/site collections Permissions – Report: http://social.technet.microsoft.com/Forums/en-US/sharepointadminprevious/thread/29571c55-63be-4bac-ae5d-23799c8f76cc
Thanks,
Entan Ming
TechNet Subscriber Support in forum
If you have any feedback on our support, please contacttnmff@microsoft.com.
Entan Ming
TechNet Community Support- Marked as answer by Entan MingModerator Friday, May 10, 2013 1:42 AM
Thursday, May 2, 2013 3:03 AMModerator -
Hi Entan,
Since etala is working on SharePoint 2007 environment, powershell script will not support. Correct?
May be need to follow Paul's advise to achieve this task.
Sekar - Our life is short, so help others to grow
Whenever you see a reply and if you think is helpful, click "
Vote As Helpful"! And whenever you see a reply being an answer to the question of the thread, click "
Mark As Answer
Thursday, May 2, 2013 10:37 AM -
There aren't any pre-defined cmdlets for SharePoint 2007. You could still use Powershell, but at that point you would be working directly with the SharePoint APIs so its no different than custom programming a Console Application in Visual Studio. As I said, it can be done but it would require either custom programming or a third party app.
Paul Stork SharePoint Server MVP
Principal Architect: Blue Chip Consulting Group
Blog: http://dontpapanic.com/blog
Twitter: Follow @pstork
Please remember to mark your question as "answered" if this solves your problem.- Marked as answer by Entan MingModerator Friday, May 10, 2013 1:42 AM
Thursday, May 2, 2013 12:53 PM