Nils Andresen (Page 5)

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.

Read more...

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:

Read more...

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.

Read more...