Cross Site Scripting with SharePoint 2013 REST calls
Today I had to figure out how to query a SharePoint 2013 REST service from another domain. It took a while to find the correct settings. ; ) There was no list on the internet so I…
7 articles
Today I had to figure out how to query a SharePoint 2013 REST service from another domain. It took a while to find the correct settings. ; ) There was no list on the internet so I…
I have had a strange error today in my dev lab environment. First I recognized that I could not select users from the People Picker: Sorry, we’re having trouble reaching the…
Some days ago I found this JavaScript library for client side encryption using standard crypto algorithms. Everything done in the browser. Cool! Stanford Javascript Crypto…
Last Thursday I wrote about “Exporting SharePoint 2013 Design Packages with PowerShell”. Today I’d like to show you the import function. This functions can be used to handle with…
Last night I search for “export import sharepoint 2013 design packages powershell”. No luck there. – So I created two functions for this purpose. It works nicely : ) The functions…
About this topic there are several guides. I can’t say that I have to add anything new ; ) But… as always… this blog is a kind of notebook for me. So I post this small guide. 1.…
Today I got an error while creating a Search Service Application for SharePoint 2013: PS C:\\ $SearchSA = New SPEnterpriseSearchServiceApplication –Name “Enterprise Search Service…