The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
536 views

Member Sites not syncing to My Site - SharePoint 2010

We are running a SharePoint 2010 environment and the member sites for our users are not showing up. I have read through a bunch of articles including this one How does Membership show in Mysite - ...
2
votes
1answer
501 views

Why does Membership not show up in Mysite?

We just upgraded to 2010. When I provision a new SharePoint site, it is now not populating in the SharePoint Site Lists on My Site. (Formerly Memberships in 2007). I have rerun the profile sync and ...
0
votes
1answer
593 views

SPSecurityTokenService.Issue() failed: System.ArgumentException: Cannot get Membership Provider with name xxxxx

Really need help with this issue. I've been struggling for about 4 hours today with this issue and no luck.. Tried everything and every article out there but obviously missed something. Here's the ...
0
votes
0answers
20 views

Assign task to a member of AD Group

Ok here's the situation: I added an AD group (ADGroup) to my Sharepoint Group (SPGroup), the users in ADGroup now can login to the site successfully but I cannot assign task to any user in a group, ...
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); ...