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…
7 articles
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…
A little bit outdated. I know. But customers not always have the latest server versions running. Today a customer asked me how to create a self signed SSL certificate with…
Just as a reminder. When getting this error: ...just add this to your PowerShell script:
Today I want to show you a small PowerShell snippet that I created for a webinar for AvePoint. It’s a webinar in German language about the DocAve module “Content Manager”. 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…
I got this error messages a thousand times: Solution 1: I added the root certification authority certificates and the intermediate certification authority certificates of all SSL…
For a current project I want to create a “master script” that contains another compressed PowerShell script. This compressed script contains some informations server names,…