Microsoft Teams App: Open Developer Tools
As widely known, Microsoft Teams runs on desktop computers with Windows OS or Mac OSX or Linux. The "Teams" app is based on "Electron" (https://www.electronjs.org). "Electron"…
SharePoint, PowerShell & dev notes by Ingo Karstein
152 articles since 2010 · page 2 of 16
As widely known, Microsoft Teams runs on desktop computers with Windows OS or Mac OSX or Linux. The "Teams" app is based on "Electron" (https://www.electronjs.org). "Electron"…
I wanted to create a demo application with kind of real world authentication that I can easily adopt in projects. This was not so easy as I thought. 1st: I wanted an identity…
Today I could solve a wired problem. It belongs to User Profile "AD Import" on SharePoint Server 2019. The profile overview of a person stated two different information: At the…
Almost exactly four years ago I started developing the software kenaflow . The project started as a workflow engine for SharePoint. Meanwhile the software can do a lot more, e.g.…
My customer tries to save a sub web "as template" using " / layouts/15/savetmpl.aspx ". He gets an "Access Denied" ("This site has not been shared with you") page. It took me a…
It has been a problem for me to work with SQL backup and restore for SharePoint with Powershell... Issuing the commands is no problem. A simple SQL Server connection is required.…
On every SharePoint or IIS server I need the following script: Short Version, e.g. for Windows Task Scheduler powershell command “get childitem path c:\inetpub\logs\logfiles…
During configuration of a new SharePoint 2019 farm I got an error in PowerShell Cmdlet New SPConfigurationDatabase . The given key was not present in the directory. I found some…
It has been described lots of times before. It's just for the records... This code sets the used TLS version for secure HTTP connections to version 1.2…