Windows Server

Last updated:

YubiKey support in OpenSSH for Windows 11

Secure your Windows 11 environment by moving SSH private keys to hardware. Learn how to configure YubiKey FIDO2/U2F support in native OpenSSH, manage the ssh-agent, and eliminate file-based credential risks.

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.

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.

Windows Server

Last updated:

Emulate ternary operator in PowerShell

PowerShell ternary operator emulation for PowerShell 5.1. Quick and dirty determine if a condition is true or false by emulating the ternary operator. For example when determinering if the server you are servicing is a Windows Server Desktop Experience version or not (and thus Server Core).

OpenSSH SSH Server Properties in Windows Server

Windows Server

Last updated:

Install OpenSSH in Windows Server

Learn how to install and enable the built-in OpenSSH Server on Windows, customize its installation directory and configure your `sshd_config` file.