Exchange Extended Protection and HAProxy

A reader, who wishes to remain anonymous, has kindly sent me his scripts and configuration for Let's Encrypt, HAProxy and Exchange 2019 in conjunction with Extended Protection so that I can publish them here. First of all, I would like to thank you very much, because I think this configuration (HAProxy as a reverse proxy for Exchange, certificates via Let's ... Read more

Small script to determine the Exchange Server status

In this article there is once again a small script that can display the status of important Exchange parameters. The script clearly shows the status of the databases, queues, services and storage space. So you can get a first quick overview of the Exchange status in case of problems. The script can be downloaded from GitHub: ... Read more

Error during the installation of the Exchange Online Shell

Sometimes it may be necessary to install the Exchange Online Shell on an older operating system, for example if an older Exchange Server version is to be migrated to Exchange Online or Microsoft 365. However, when trying to install the shell, an error may occur where the error message is not entirely clear. The following error message can occur, ... Read more

NoSpamProxy: Dashboards with Grafana

Grafana, InfluxDB and Telegraf can also be used to create attractive dashboards for statistics or monitoring for the NoSpamProxy e-mail security gateway. For the dashboards, the Windows performance counters for NoSpamProxy can be sent to an InfluxDB using Telegraf. The data can then be displayed on a dashboard using Grafana. Here is an example ... Read more

Ookla Speedtest.net and PowerShell

The company Ookla, with the well-known site speedtest.net for testing internet speed, also offers tools for the command line. The tool itself can deliver the output in JSON format and is therefore very suitable for passing the data on to various other applications. This allows you to create a nice overview of the Internet connection speed. I have a ... Read more

QuickTip: Posh-SSH module on Windows Server 2019

On several Windows 2019 servers, I have already had the problem that the PowerShell module "Posh-SSH" only returns an error message when establishing an SSH connection. I had this problem with Windows Server 2019 and the Posh-SSH module in version 2.2. Here is a quick tip on how to fix the problem. The error message is as follows: ... Read more

Tip: PowerShell Universal Dashboard

Attractive dashboards can be created with many different applications, such as Kibana and Grafana. However, dashboards can also be created directly with PowerShell. Ironman Software offers the "Powershell Universal Dashboard" module for this purpose. The Community Edition can be used free of charge and has only a few restrictions compared to the Enterprise Edition. Here is an overview ... Read more