1
vote
1answer
57 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 ...
0
votes
0answers
14 views

Problems with Check Permissions form

I have a SharePoint 2010 production environment and I'm experiencing unusual behaviour with the Check Permissions form. I know that a user has access, but the Check Permissions form is not reporting ...
0
votes
1answer
69 views

Check SP group permissions in Designer Workflow

Is it possible to check if a particular user is in a Site Group from within a SharePoint Designer Workflow? For example, if the status column of my list item is set to "Approved", it will kick off a ...
1
vote
1answer
93 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. ...
1
vote
0answers
48 views

Get SPListItems based on contribute permissions, programmatically

I have a problem in getting the list items the current logged user has contribute rights on. I have this scenario: List A has read permissions for anonymous access. Group 1- Has contribute rights ...
3
votes
3answers
716 views

Add group to Library permissions using powershell

I have written a script that created a document library called "Audit Logs" for every site collection in our environment. I then wanted to ensure that only Site Collection administrators and the ...
0
votes
2answers
457 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
1answer
75 views

SharePoint groups show no members in UI, but do in powershell?

I have a SharePoint 2010 (SP1 OCT 2012 CU) farm with two web applications. The root site collections of both these web applications have SharePoint groups that are showing no members in the UI. I ...
2
votes
2answers
582 views

Authorization Fails When Using Active Directory Group Membership

I have a test user who is a member of an Active Directory Security Group. I've added that Active Directory group to the a SharePoint Group "[SiteName] Users". In this scenario, when I attempt to ...
0
votes
0answers
69 views

Is there a way to restrict or limit the Manage Permissions permission level?

Scenario: A custom permission level is created that doesn't have as many rights as the Site Owner role (Full Control permission) but, has more rights than a normal Contributor role (Contribute ...
0
votes
1answer
32 views

How to find permission level date(Last Modifed or Created) for a user and group?

How to find permission level date(Last Modifed or Created) which applying permission level for a user and group?
1
vote
1answer
312 views

Why I get “Attempted to perform an unauthorized operation” while looping groups users

Could anyone explain me why when I trying to loop user of a group foreach (var u in group.Users){....}, I get the error : Attempted to perform an unauthorized operation. I notice that inside ...
1
vote
2answers
538 views

Sharepoint 2013 users which are programmatically added using Client Object Model still has no permission

I have a problem with user permission of users which are programmatically added to Sharepoint 2013 group using Client Object Model. The web application allows anonymous, but I also have a document ...
0
votes
2answers
112 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
236 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 ...
0
votes
1answer
40 views

Group permission inheritance, with 1:1 to Active Directory?

I am looking to add some groups to a subsite and wonder how the SharePoint permissions are cascaded for nested groups? e.g. Is it least priveledge? All_Users |__Managers |__Request_Managers ...
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 ...
3
votes
4answers
225 views

Set permissions on an item depending on column value

Is there anyway to set permissions on an item depending on a column value? I was think about creating a feature to do this but do I have to?
1
vote
1answer
80 views

Edit the permissions URLs

Is there some way I can edit the URLs that a group can visit? When I go to Site Settings > People and Groups > Settings > View Group Permissions I can see the permissions that the group has on the ...
0
votes
0answers
55 views

List Permission Groups

I am attempting to create a series of Groups. These group will be given access to a Calendar. I do this, so that all users withing that Group will be able to scheduled tasks, in their Sections ...
0
votes
0answers
172 views

best practices for handling groups and external users in sharepoint online

What are your best practices for handling external users in Sharepoint Online? I'm working on a project which relies on having multiple groups for each site, and I've experienced some issues with ...
1
vote
1answer
412 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
520 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 ...
2
votes
1answer
201 views

Team Site Owners group is owned by which account?

When a team site is created as the root site of a site collection, it will ask to create the sharepoint groups (owners, members, visitors) in the wizard. After the site is created, it is observed ...
1
vote
3answers
1k views

SharePoint multiple list view depending on pemission for user

Is there a possibility way to make a permission to list view depending on user groupa can see view1 only groupb can see view2 only
2
votes
1answer
265 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 ...
4
votes
1answer
2k views

How to find permission level for a SPGroup (2010)?

I have been trying to find how to find what permission level a group (within SPWeb.Groups) has. But it seems like there is no easy way to do this. Any ideas? I have tried creating SPRoleAssignment ...
1
vote
1answer
302 views

Strange problem with adding some users

I'm encountering problems adding "some" users(of a certain domain) to a group.. The code works every "domain1" user, but for "domain2" for doesn't: ...
0
votes
1answer
662 views

Problem getting just created Groups programmatically

I'm encountering some problems getting "newly created" groups.. This is the code I'm using: Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(delegate() { using (SPSite ...
1
vote
2answers
872 views

Use workflow to remove/add group permissions

I want to use a workflow to remove permissions on a calendar event/list item (with a category RPL) for all groups except group 'B' when the calendar event is created. Here is what i have so far but ...
0
votes
1answer
128 views

Constraints on viewing list items

Suppose there's a top-secret list (inherits its restrictions from its parent) that contains records that were created earlier by different users. There are several groups with rights to administer, ...
0
votes
1answer
91 views

SharePoint Page Library Permission Setting

I have a question regarding SharePoint permission on Pages Library. Lets say I have a User Group A (contribute) with userA and userB in the group, how can I make the metadatas of the page is viewable ...
0
votes
1answer
112 views

manage permissions per list

I have a SharePoint 2007 Foundation portal with about 20 sites, each mirrored per client differing only in membership groups and client-specific content. The person who set up the site created 2 ...
0
votes
2answers
149 views

Users with Full Control Only See their forms in library

I have create four different permissions groups for my form library. Users: Which have Contribute Privileges Admin: Which have Contribute Privileges Approver: Which Have Approver Privileges Owner: ...
1
vote
1answer
174 views

Change owner of all objects

Is it possible to change the owner of all lists, libraries, and pages on SharePoint 2010? Our developers logged in via their personal accounts to the dev server and so SharePoint took their account as ...
1
vote
3answers
615 views

Groups paging is broken

The page that shows all the groups on our SharePoint 2010 site collection is broken. Here's the page: http://dev95/_layouts/groups.aspx It should show all the groups, but it only shows the first ...
0
votes
1answer
62 views

Site editor vs. site visitor permissions

We have a single site collection on SharePoint 2010 with some 30 departmental web sites. Each site has its own editors group, and they're set to AD groups. Editors for one department can't edit ...
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
154 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 ...
3
votes
1answer
205 views

What would make someone lose site collection admin rights and disappear from all SharePoint Groups at the same time every day?

We have someone who has been a site collection administrator for years and is suddenly losing site collection admin rights at 3PM each day. The person also disappears from all SharePoint Groups that ...
0
votes
1answer
131 views

Permissions - How to remove folder permissions for one person in a group

I want to know if there is a way to set up permissions so that if a group has permissions for a folder, that there is a way to remove a user that belongs to that group from a specific folder inside ...
1
vote
1answer
266 views

Group owner on SharePoint

When creating groups on SharePoint, how important is it who the owner of the group is? I tried setting the owner to an AD group but it said that was not possible. Can we set one custom group's owner ...
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
1answer
54 views

Why can my group in SharePoint 2007 not be located?

I have a SharePoint 2007 solution, that runs off FBA. I've created a new group called "Admin" and added all of my users who require administrative priviledges to this group. During registration, I ...
1
vote
1answer
198 views

AD groups with upper-case letters are all lower-case if added in wss

we are running an wss 3.0 connected to AD. New Users were directly given permissions to subsites/lists by adding them to the permission list in sharepoint. The users are already in AD security groups ...
0
votes
1answer
182 views

MOSS 2007 Permission error iterating users in group

The following code, though run with elevated privildges, redirects to an access denied error page saying "You are currently signed in as: (my non-admin account)." What am I doing wrong? ...
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 ...
1
vote
1answer
415 views

How do I get the default member and owner SPGroups?

I want to show members and owners in a webpart. My site collection can be created in different languages, so I can't get needed groups like web.Groups["Contoso Members"]. Because it may be "Medlemmar ...
0
votes
1answer
3k views

SharePoint 2010 - Restore default “Style Resource Readers” permissions group

What tasks are necessary to restore the default "Style Resource Readers" permission group? My problem is that a Sitecolletion Administrator erased this default group. Members of this group are ...
0
votes
1answer
245 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 2