Tagged Questions
1
vote
1answer
88 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
1answer
607 views
Allow a Sharepoint group to edit profile pictures of all users in MySite
I want to create a Sharepoint (or AD) group which could edit profile pictures of all MySite users. I tried to create a Sharepoint group but even with a "total control" (or global control, I don't how ...
0
votes
1answer
81 views
Associate groups or attributes to a SharePoint user
I need to associate some groups or attributes to a SharePoint user and be able to query for those, maybe by using the _vti_bin/UserGroup.asmx or /_vti_bin/UserProfileService.asmx.
Is this possible in ...
1
vote
0answers
261 views
Add all users to a group when using UserProfileManager?
When I use the UserProfileManager I get all the profiles when using .GetEnumerator() and looping thru them all with foreach($profile in $AllProfiles). After the loop I can get PropertyConstants like ...