Skip to main content

Questions tagged [spgroup]

0 votes
1 answer
71 views

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 ...
anantharengan's user avatar
1 vote
0 answers
148 views

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 ...
Shahul Hameed's user avatar
0 votes
1 answer
261 views

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:...
Jeevana's user avatar
  • 61
0 votes
2 answers
737 views

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 ...
Kaddrik's user avatar
  • 23
0 votes
1 answer
139 views

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 ...
Mikhail Zhuikov's user avatar
0 votes
1 answer
142 views

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 ...
Ciro di Marzo's user avatar
1 vote
1 answer
40 views

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 ...
Mark L's user avatar
  • 4,075
4 votes
1 answer
6k views

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?
Pradeep's user avatar
  • 503
0 votes
1 answer
155 views

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 ...
mdevm's user avatar
  • 1,275
0 votes
1 answer
181 views

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 ...
Frank M.'s user avatar
1 vote
1 answer
389 views

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....
shoab's user avatar
  • 673
1 vote
0 answers
400 views

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. ...
shoab's user avatar
  • 673
0 votes
1 answer
2k views

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, ...
James Grizzle's user avatar
1 vote
0 answers
86 views

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 ...
Divya Sharma's user avatar
  • 1,459
0 votes
1 answer
79 views

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 ...
John John's user avatar
  • 1,420

15 30 50 per page