Some time we have some need to view/delete users present inside site collection.
In MOSS 2007, One link "All Peoples" present to view all users present inside site collection.
That direct link was not present in 2010 version of SharePoint.
yes there is some workaround for this to view all users in SharePoint 2010.
In MOSS 2007, One link "All Peoples" present to view all users present inside site collection.
That direct link was not present in 2010 version of SharePoint.
yes there is some workaround for this to view all users in SharePoint 2010.
Go to Site --> Site Actions --> Site Permissions --> Click on any of the groups
Here you will see the url of your page containing the string
Here you will see the url of your page containing the string
http://......./_layouts/people.aspx?MembershipGroupId=8........
What you need to do is just replace the "_layouts/people.aspx?MembershipGroupId=8"
--------- with -------- (Change group id with 0)
--------- with -------- (Change group id with 0)
"_layouts/people.aspx?MembershipGroupId=0" and omit the succeeding part of the url (if present) and reload the page.
You
can now view all the users in that site collection and also have an
option in the breadcrumb to remove the user from site collection.
No comments:
Post a Comment