Tagged Questions
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 ...
1
vote
1answer
317 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 ...
2
votes
3answers
731 views
How do I find out what a group has permission to?
I'm cleaning up a farm that has loads of junk groups on it. Is there an easy way to tell if any of these groups have been assigned access to anything? The intention is to delete groups that have ...