A group is a collection of users either in the Active Directory or in SharePoint.

learn more… | top users | synonyms

0
votes
1answer
19 views

Check “indirect” group membership using .NET Managed Client Object Model

I am trying to establish whether it is possible to determine indirect group membership (i.e. being in an AD group who is in a SharePoint Group) remotely using the .NET Managed API (client side). The ...
1
vote
0answers
7 views

I can add users to the Active users in the portal, but not to People and Groups - Sharepoint 2013 on Office365

I'm using SharePoint 2013 on Office365. I've added two users in the Admin Portal, both with identical attributes (except name, email address etc.!) However, when I go onto my site and try to add ...
0
votes
0answers
13 views

Problems creating Groups in WSS

I'm working on a new Sharepoint site and when I tried to create Groups and I clicked the button "Create" nothing happens. I'm also having some permission issues with the IIS WAMREG admin service. ...
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?
2
votes
1answer
40 views

RoleAssigments are being assigned by default to all new pages

I am pretty new to SharePoint, so please let me know if there is some more info or clarification required. I am creating a webapplication with certain SP groups, libraries and pages in that order by ...
0
votes
0answers
17 views

How to mark a group task as complete if any member of the group completes it?

I created a group in SharePoint of three people who can publish documents. Then I created a workflow that assigns a task to that group when a document needs to be published. If any of those three ...
0
votes
0answers
87 views

Setting Person field type in a SharePoint Designer Workflow does not work for Groups

I am using an InfoPath form for my document library. Because of issues with InfoPath Person/Group fields mapping to SharePoint person/group fields correctly, I have a workflow that runs on form ...
0
votes
0answers
22 views

Error when sign in as different user: The resource cannot be found. /SitePages/Home.aspx

Create a site collection selecting a site template. Prompted asking whether to use existing groups and gave OK. In the newly created site collection, added new user as member and also in a new user ...
2
votes
3answers
93 views

Where do SharePoint Groups live?

More specifically, if I have a site collection I can create groups while in the root site. I can also create groups while in the various subsites. But from browsing the available groups in the ...
0
votes
1answer
32 views

Cant see the default Approver group in SharePoint site

I am admin to one of my Sharepoint site collection . I have a workflow running on one of the list in my list where my colleague is suppose to approve. If he is busy in his scheduled I should be able ...
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 ...
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
71 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 ...
0
votes
1answer
43 views

What happens if I assign a task to a sharepoint group, with inside it an AD group

I am using SP2010. I have a vs workflow and I create a task with some body and title. I assign the task to a sharepoint group. For example SPGroupA. Inside this Sharepoint group I have added a AD ...
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 ...
-1
votes
3answers
134 views

Collection or list for SPUser and SPGroup objects?

I would like to store in c# code some list or collection or what else to store SPUser and SPGroup objects. After this I would like to do some foreach loop and do some logic.
1
vote
0answers
52 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 ...
1
vote
1answer
83 views

Show one of the 3 views depandant on current user

I have builded in Visual Studio (c#) a custom list, custom content type and 3 custom views. I am using sp 2010. The list is working ok and I can see and select the 3 views. It is possible for the end ...
1
vote
1answer
400 views

How to get users/usergroups from an lookup column from SPField

I have a custom list for example "MyCustomListA" I have created a custom ListForm template and overide the ListFieldIterator. I have overide the ListFieldIterator and CreateChildControls to implement ...
3
votes
3answers
733 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
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
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 ...
1
vote
3answers
60 views

Adding members to groups i am not a member of

I have a process which runs in a event receiver, this involves adding users from ad to groups based on the contents of a custom list. The problem occurs when i try to add a user into a group that i ...
0
votes
0answers
35 views

SharePoint Group Users AD Group

I am having a SharePoint group SPGroup which is having users from an AD group ADGroup. Now if a user who is not part of ADGroup wants to join in SPGroup, Group Owner or Administrator should not be ...
2
votes
2answers
592 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 ...
3
votes
5answers
171 views

Adding SPGroups to alets using UI

I have a few SPGroups that I wish to send daily alets to but when I go to "Set an alert on this page" and type a group name in the users field it cannot be found. I am sure it exists and has users. ...
2
votes
1answer
115 views

pickerentity.key with Claims

In a Sharepoint 2010 page, I am using a people picker to pick users or groups, SPgroups as well as Active directory groups. I am then retrieving every item that was picked as a PickerEntity.Key which ...
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?
2
votes
1answer
322 views

SharePoint group in Person/Group Picker

I want to send an email from a reusable workflow to everybody in a SharePoint group. I created a test group from the site permissions and created a reusable workflow. In this workflow I added a ...
1
vote
0answers
176 views

filter by group

I'm trying to set up a calendar on Sharepoint. A calendar item has a people picker to hold who the item is for. I have created groups for each project and have added people to the relevant group. I am ...
1
vote
1answer
314 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 ...
0
votes
1answer
99 views

How to add an existing group to a newly created site through poweshell?

I am creating sites through powershell and creating the groups for them. I have a situation where if the group is already existing group then I have to add that group to the site. Coz might be ...
1
vote
2answers
542 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 ...
1
vote
1answer
72 views

The old name of domain group shows up always

We granted permissions to group1 on a site collection. After a while we created a new OU on AD and moved group1 to this OU and renamed the group to group1New. However we still get the old name of the ...
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 ...
1
vote
0answers
135 views

Cannot get the full name or e-mail address of user

I have used following script to add a domain group to a site [Microsoft.SharePoint.SPUser]$spuser = $web.EnsureUser("WM\My Group name") Set-SPUser -Identity $spuser -Web "http://myweb" ...
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 ...
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 ...
0
votes
1answer
157 views

How to get sub-sites of a sub-site?

I'm working on a user control that should show all site names, within a given site, for the current FBA user. My site is structured using SP Groups, FBA Roles and FBA users, i.e. 'Harry' is a ...
0
votes
0answers
15 views

Concideration about deleting a spweb

If you delete a spweb by going to site Action and click delete this site. the groups of the web still exists under web.SiteGroups. Now I created a EventReceiver to be triggered when you delete a site. ...
0
votes
0answers
49 views

How to check if AD or Forms is down?

If you want to return all users in an AD Group you can use this method : SPPrincipalInfo[] principals = SPUtility.GetPrincipalsInGroup(SPContext.Current.Web, "TestGroup", 1000, out maxReached); ...
0
votes
1answer
355 views

Creating Group Programmatically with Reader Role

I am working with SharePoint 2010. I am creating groups in my site through code. There is no issue in that. At the time of creation I provide "Reader" role for my groups. But when I browse the listing ...
0
votes
3answers
163 views

cannot find User after runing new-spuser

I have used following PS Script to add a user to a group on a web. I didn't any error but I cannot find the user in the group or anywhere else. Thanks for your advice. New-SPUser "wm\test2" -Web ...
0
votes
0answers
53 views

Custom claim as group owner

I have a scenario where the SharePoint People Picker is replaced with a custom picker that only ever returns group or person claims backed by our custom Claims Provider. That picker is also used on ...
1
vote
0answers
76 views

Getting user's AD groups as lookup

I'm trying to make a simple reservation site, containing two lists: resources and reservations. Users are making reservations by creating a new item on Reservations list, specifying which resource ...
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 ...

1 2 3 4