k blog.kenaro.com

blog.kenaro.com

SharePoint, PowerShell & dev notes by Ingo Karstein

152 articles since 2010 · page 2 of 16

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"…

Cleanup IIS Log using PowerShell

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…

Set TLS Version in PowerShell

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…