Implement Exchange Health Checker recommendations via script

The Exchange Health Checker is an excellent tool to get a quick overview of the status of the Exchange Server. The PowerShell script provided by Microsoft is continuously updated and can generate a report in HTML format. For a fresh Exchange 2019 installation on a Windows Server 2022, the report looks like this, for example: ... Read more

Exchange Server: Which transport rules are applied to a mail?

Exchange transport rules can be used to perform certain actions when receiving or sending emails. For example, mails can be redirected, rejected or provided with a disclaimer using a transport rule. There are many ways to implement certain actions for mails using transport rules, but with many transport rules it can quickly become a little confusing and it is not always clear which ... 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

Sophos UTM: Very slow connection via WAF / Sensor for PRTG

A reader recently told me about a problem with the Sophos UTM web application firewall. Due to the Corona crisis, many of the employees have moved to the home office and have since been using more connections to the Exchange server, which are protected by the WAF of the Sophos UTM. So after there was a higher load on the UTM during the day ... 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

Exchange Server Dashboards: Grafana, InfluxDB, PowerShell, PRTG and Telegraf

Jan Kappen has written a great HowTo on the subject of Grafana, InfluxDB and PowerShell. Jan describes the installation, configuration and use of Grafana and InfluxDB on his blog: Grafana, InfluxDB and Windows PowerShell - Part 1 Grafana, InfluxDB and Windows PowerShell - Part 2 Grafana, InfluxDB and Windows PowerShell - Part 3 Grafana, InfluxDB and Windows ... Read more