Creating information policies in SharePoint OnPremises using PowerShell
The last time I created an information policy in PowerShell was so long ago, that I could't remember how to this. Documentation on this topic has always been scarce.
SharePoint HealthReport - Missing WebPart
This is part of a series on SharePoint Health Report issues, because I can never remember what to do about them.
SharePoint HealthReport - Missing Setup File
This is part of a series on SharePoint Health Report issues, because I can never remember what to do about them.
SharePoint HealthReport - Claims/Classic mismatch
This is part of a series on SharePoint Health Report issues, because I can never remember what to do about them.
WSUS-Updates für SharePoint-Server?
Seit 2013 werden SharePoint-Updates über das "Standard"-Windows update verteilt. Anfangs nur CU-Updates, seit 2014 auch kleine updates und Hotfixes. Ist dies ein Problem? Vielleicht.
querying document libraries using SharePoint REST
today I needed to query a document library using the REST api. I found that simply calling _api/web/list/getbytitle('foo')/items
would not return me either the filename or full path.
Set SharePoint user display-language using PowerShell
I never remember correctly how to set a SharePoint users display languages using PowerShell. Searching always brings up one or the other form of the following code:
Always use SQL-Alias in your SharePoint farm
Not every farm is set up using SQL-Alias. It's not clear to me why this is so. Always. Use. SQL-Alias.
How to test the WordAutomationService
I got asked whether the WordAutomationService in SharePoint could be started tested somehow or started to view ULS-Logs while running the conversion.
Testen des Word-Automation Service
Neulich kam die Frage auf, ob man den WordAutomationService von SharePoint irgendwie testen könnte.. Oder auch "direkt" starten um dabei das ULS-Log zu beobachten.