4
votes
1answer
105 views
+50
Picture Library Image size event receiver
I created a event receiver but work ok for single file but no work for multiple files,
HttpFileCollection collection = _context.Request.Files;
for (int i = 0; i < collection.Count; ...
2
votes
1answer
81 views
+50
How is the user information list populated?
When you add a user with direct permissions somewhere within a site but they haven't yet visited SharePoint - will the user be added into the user information list automatically or only once they ...
1
vote
0answers
31 views
+50
How do I fully automate Restore-SPFarm?
I have heard that it is a best practice to maintain a QA environment for SharePoint. I would like to script a nightly restore from our production SharePoint 2013 farm, which I'm successfully backing ...
0
votes
1answer
17 views
+100
Denying the manage rights permission
I'm trying to fullfill a requirement which forces the use of Active Directory groups. I'm having issues getting to where I want to be.
Upon creation of a new site, I'm going to use AD groups to ...