Windows Server

Last updated:

3 Ways of blocking sendmail.php on IIS webserver

Block PHP files like sendmail.php on Windows Server IIS webservers. This comes in handy if a websites on your webserver sends out spam and you need to block access to a script on a specific website or globally in IIS. Here are 3 methods.

OpenSSH logo

Security, Windows Server

Last updated:

Retrieve SSH public key from Active Directory for SSH authentication

Storing SSH public keys in Windows Server Active Directory gives you a single location where you manage public SSH keys instead of on numerous separate servers. This is easier than distributing and managing numerous unmanaged authorized_keys files across your network and servers.

Microsoft SQL Server logo

Windows Server

Last updated:

Install SQL Server cumulative updates silently

Learn how to install SQL Server cumulative updates (CU) silently using PowerShell opposed to the cumbersome task of running the GUI installer.

Windows Server

Last updated:

Add, list and remove IP addresses in Windows Firewall

Add, list, and remove IP addresses in Windows Firewall (PowerShell & netsh): How to bulk add IP addresses in Windows Firewall, list an IP address and how to remove all IP addresses from Windows Defender Firewall with Advanced Security.

Keys

Windows Server

Last updated:

How to share OpenSSH keys with WSL in Windows

Here is how you can share your SSH keys between Windows 11/10 and WSL 2 if you don’t want to copy over your ssh keys from Windows to WSL 2 Linux, or generate new ones.

Zabbix logo

Windows Server

Last updated:

ASP.NET web application monitoring in Zabbix, part 2

When you host multiple websites in IIS, and you need to monitor them, Zabbix is one of your options. In Zabbix, you can take advantage of Windows Server performance counters. And in this article I show you some important Windows performance counters you can use to monitor your ASP.NET web application in Zabbix.

Zabbix logo

Windows Server

Last updated:

Monitor IIS application pools in Zabbix, part 1

Here is a small introduction to query the number of running w3wp.exe processes per IIS application pool in Zabbix so you can start monitoring Microsoft Windows Server IIS with Zabbix.