Questions tagged [spgroup]
The spgroup tag has no summary.
32 questions
0 votes
1 answer
71 views
Group creation for a site collection is causing threshold exception
We need to create around 9000 SharePoint groups in our site collection with specific names and custom permissions for each, currently we have a console app which will automate the group creation with ...
1 vote
0 answers
148 views
Same Username but Different Domain SPWeb.EnsureUser "User does not exist"
We have configured 2 different domains (Domain1 & Domain2) for people picker settings. Both domains have some similar users ex. Domain1\TestUser1 & Domain2\TestUser1. This user is getting ...
0 votes
1 answer
261 views
Multilingual PNP provisioning for SharePoint Group
Did anybody try applying localization using PNP Provisioning for SharePoint groups? I have tried but it is not working. Can somebody please help? <?xml version="1.0"?> <pnp:...
0 votes
2 answers
737 views
How to update ShqrePoint Group name?
hope everything is fine. I managed to created / delete SharePoint groups but also add and remove users using HTTP requests. The problem i'm facing now is ... how can I update the name of a group ?? I ...
0 votes
1 answer
139 views
(C#) Check SPGroup is empty or not
How to check if there are users in the group or not? string groupName = "Home members"; using (SPSite Site = new SPSite("http://sp/sites/test")) { using (SPWeb ...
0 votes
1 answer
142 views
How can I add a user/AD Group to SP when the people picker won't display more that 30 results?
One customer has to add an AD Group to a SharePoint group and there are more than 30 other AD groups in their directory whose name is quite similar. Of the 30 matches found by the people picker, none ...
1 vote
1 answer
40 views
Customize People address book to show group description
We are using SP2016 on-premise. Is there any way I can show the attribute of SharePoint groups (e.g. group description) in People picker address book? The problem is our workflow need to assign to a ...
4 votes
1 answer
6k views
Difference between SharePoint group, office 365 groups & AD Groups
why one has to opt for different set of groups in office 365? how this differentiation can help us? what would be ideal use case to implement each groups with in the office 365 environment?
0 votes
1 answer
155 views
How to leverage Assigned to equals to [Me] for a SP or O365 group
I have a task list (SPonline OOTB) setup and in the AssignedTO people picker column i want to assign tasks to O365/SP Groups and not to a single user as that's the requirement. The MY TASks view uses ...
0 votes
1 answer
181 views
SharePoint 2013 - GroupUserAdded event receiver not firing when adding user programmatically to group
I've added a GroupUserAdded event receiver to a SPWeb and confirmed the correct deployment via SharePoint Manager. Additionally, the call to the receiver class is working fine when adding a user via ...
1 vote
1 answer
389 views
SharePoint 2016 OnPrem - Is It recommended to make changes to SecurityTokenServiceConfig
Today we landed into a typical AD group to SharePoint group sync issue scenario. Created a group in AD which has 10 users. Update Site Permissions to set Visitors (Read) access to a SharePoint group....
1 vote
0 answers
400 views
SharePoint + "/_api/SP.Utilities.Utility.SendEmail" + not working for specific account
Ours is a SharePoint 2016 On Prem env. We have developed a custom component which uses "/_api/SP.Utilities.Utility.SendEmail" to send email. Email is getting sent. Except for a specific account. ...
0 votes
1 answer
2k views
PowerShell Get all users from a subsite
I'm trying to get all the users that have access to a specific subsite in a SharePoint 2010 environment. When I lookup the SiteGroups of an SPWeb object, I get all the groups of the site collection, ...
1 vote
0 answers
86 views
Assign FBA role in SharePoint 2013 Group programmatically
I have created a SharePoint group programmatically. I want to assign a FBA role in that created group. I am able to add SharePoint/FBA users but not able to add a FBA role. Kindly let me know, how can ...
0 votes
1 answer
79 views
What is the best Object type i can use that represent a site column of type People or Group, which can hold SPUser or SPGroup
I am working on an Event Receiver for my SharePoint farm 2013. now i have a site column of type "People or Group", and this site column can hold User Name/s OR group names. so inside my Event ...