Data Science helpful links
Here are some links on Data Science, Machine Learning, Artificial Intelligence, Big Data:
data sets:
communities:
How to remove service accounts from people search in SharePoint or Office 365
What I did is:
User profile services -> Manage User properties: create custom property like "HideFromPeopleSearch", boolean, do not allow users to edit value, Indexed
Microsoft SharePoint, Microsoft 365: studying, certification
Here are some resources to study, learn, improve your skills on Microsoft SharePoint, SQL, Office 365, Azure:
Officially free:
- Microsoft Learn
- Channel9 - case studies, recordings from Webinars, Conferences, Events etc. from SharePoint professionals
- Office 365 training - for user, power users, site collection administrators
Big data and SharePoint
https://www.youtube.com/watch?v=0YxJ6VBcv3I
https://msdn.microsoft.com/en-us/library/dn749804.aspx
How to remove service accounts from Office 365 people search
Problem: non-personal accounts (service accounts, functional accounts) are shown in Office 365 people search, which might confuse users.
Solution:
There is a managed property called "HideFromDelve"
Parse IIS logs for SharePoint with powershell
I found pretty useless IIS Log Parser (with Studio) for SharePoint.
The reasons are - blank spaces and "%20" symbols in Url in SharePoint IIS logs which confuses IIS Log Parser and prevents you from search through logs using IIS Log Parser
i.e., if your SharePoint users want to investigate their file "/sites/Very%20Important%20site/much%20more%20important%20unique%20file.docx" - you will stuck.
finally, I found plain Powershell commands the most useful to parse IIS logs, like this:
OneNote properties in SharePoint
OneNote document is not a one file, but a number of files in a folder. You can save OneNote document in SharePoint and it would looks like a file, but internal implementation of OneNote in SharePoint is actually a folder content type.
And if you try to assign properties to OneNote document - you just can't.
I haven't seen any clear instructions from Microsoft on the subject. And here we have an “unsupported” workarounds. Actually, there are two: “Change Content Type” way and “Quick Edit View” way.