Tagged Questions
0
votes
2answers
28 views
Finding SPGroup list views
When I go to 'people and groups' then select a group I am looking at a list view with a few columns. Is there a way to retreive this view programmatically?
0
votes
1answer
43 views
Need to populate a dropdown with sharepoint groups in which am a member
I have some groups in SharePoint application. I have a dropdown in visual webpart which is to be populated with only those SharePoint groups in which am added as user.
Edit: I have added users in ...
1
vote
1answer
68 views
Difference when creating SharePoint 2010 groups programatically and the web interface
When I create a new group using the web interface, I'm able to use web.Groups["name of group"] to find the group.
When I create a group programatically, I use web.SiteGroups.Add("name of group", ...
1
vote
1answer
59 views
How do I add permission to a sharepoint 2010 group that has no access?
When I go to "site permissions" I can see groups that have some permissions and modify their permissions level, but groups without any permissions set do not appear in the list. I can see them in ...
1
vote
1answer
94 views
Users gets intermittent access denied?
I have users in domain groups, which we set permission on. Some users get access denied to certain content some of the time, but not all of the time. It's very hard to search for errors in this case. ...
0
votes
0answers
217 views
Validate InfoPath 2010 People Picker against AD groups within SharePoint groups
I would like to find a code-less way to validate a People Picker selection (limited to a single selection of a user) against whether they are considered to be in a (dynamic) SharePoint group which ...
0
votes
2answers
461 views
Remove non full controlled Permission Sharepoint Groups from a SharePoint List using Client Object Model
I have SharePoint List which has stop inheriting from the Parent Sub Site. I need to retrieve the SharePoint Groups which are not been assigned with Full Control on the List. Then need to remove them ...
0
votes
2answers
113 views
How to remove sharepoint security group in the feature?
I want to remove custom security group from sharepoint 2010. I created custom security group as follows:
SPGroup wcmGroup = currentWeb.SiteGroups[permissionName];
SPRoleDefinition ...
0
votes
1answer
241 views
Reply permissions for a Discussion Board in a Site with Read permissions
I currently have a site where all SharePoint groups have Read permissions. However, there is one special group called Discussion Participants that should be able to post and reply to one specific ...
2
votes
1answer
107 views
Add user to a SharePoint group - grant permission - right groups do not show
When I try go grant permission to a user in a new web I don't get listed the cusom groups on the current web.
If you look at the image you can see that the list in the background are quite a bit ...
0
votes
2answers
349 views
Creating Groups via Web Service
I am trying to create groups on a SharePoint 2010 site via the UserGroup.asmx web service. I am using jQuery and SPServices to interact with the web service.
When I try to create a group (via the ...
1
vote
1answer
414 views
Workaround for inviting external users to site-level groups in office365
I've got a site collection where each subsite requires their own unique permission groups (Let's call them siteVisitors, siteMembers and siteOwners)
Users in the siteMembers and siteVisitors groups ...
2
votes
1answer
523 views
Permission levels on webs that do not inherit permissions
How does permission levels work when webs do not inherit permissions? I have a site collection with 3 webs:
Root
Subweb
LeafWeb
Each web has unique permissions. I also have a permission level ...
0
votes
1answer
333 views
Sharepoint 2010 users strangely removed from Sharepoint Group (Expert Advise required)
Since 3 months client portal was working fine suddenly due to some network problem we restarted SharePoint server, after that some Active directory users complained system was inaccessible, where ...
2
votes
1answer
1k views
How to copy People and group from one site to another
I need to copy People and group from one sharepoint site to another. I dont want to backup the entire site.
Any pointers would be appreciated.
Thanks,
Lav
2
votes
1answer
266 views
cannot add External Domain User To Group
I have a problem about adding a User to Group using a custom code (web part / web services is the same). In my organization I have 2 Active Directory domain (DOMAIN and DOMAINEXT). My Sharepoint farm ...
1
vote
2answers
2k views
Add FBA role to SharePoint 2010 group
I've setup FBA for SharePoint 2010 following these instructions:
http://blogs.msdn.com/b/kaevans/archive/2010/07/09/sql-server-provider-for-claims-based-authentication-in-sharepoint-2010.aspx
It ...
1
vote
3answers
348 views
Sharepoint group having more than 5000 users in a group
My site contains around two hundred thousand (200,000) users , i am defining the users in sharepoint groups.
But i came through some of the microsoft blogs , it says a sharepoint group can have only ...
1
vote
3answers
2k views
AD security groups renamed. PeoplePicker in Sharepoint 2010 still shows old values
Sharepoint 2010.
Our IT guys have recently renamed many Active Directory security groups, however PeoplePicker appears to now display both the old name and new name in results. I assume the new name ...
5
votes
1answer
232 views
HTML in SPGroup.Description
I am trying to add a group (SPGroup) programmatically. Everything works fine except for one thing. I would like the group's description to include a link to it's site. Similiar to the look-and-feel in ...
0
votes
2answers
155 views
Add specific permissions fails, adding user group succeeds
User A needs access to a list. This list is already uninherited from the parent site.
I give User A read permissions, User A still cannot access list.
I add User A to a group with the same ...
1
vote
0answers
262 views
Add all users to a group when using UserProfileManager?
When I use the UserProfileManager I get all the profiles when using .GetEnumerator() and looping thru them all with foreach($profile in $AllProfiles). After the loop I can get PropertyConstants like ...
0
votes
1answer
255 views
SharePoint permission levels
How do permission levels work? I don't know why I have "access denied" every time I access a subsite even if I have read permission. I am hopeful that somebody will shed light on this.
Here's the ...
1
vote
2answers
3k views
How to use AD group in SharePoint 2010
I'm relatively new to SP2010 and wondered about a few Active Directory permission things:
Is it possible to limit access to lists and pages to a specific AD group?
We have a helpdesk area that will ...
0
votes
1answer
246 views
How to restrict visibility of a group beyond “group members” or “everyone”?
On the group settings page, it looks like membership visibility is limited to either "Group Members" or "Everyone". Is it possible to restrict membership visibility of a group to something other than ...
1
vote
1answer
2k views
How do I export site security groups and memberships with PowerShell?
I'm looking for a PowerShell script (or tool) to export a site's groups and group memberships to a text file.
These files would be used as backup for the current security configuration in case the ...
