Sysadmins of the North logo, generated by Gemini

Category Windows Server

Mastering Windows Server requires more than just following documentation; it’s about navigating the real-world complexities of deployment, security, and performance. From optimizing IIS for high-traffic environments and hardening OpenSSH configurations to managing PHP on Windows, this section provides deep-dive tutorials and battle-tested scripts. Whether you are managing legacy builds or the latest Windows Server 2025 releases, these guides focus on efficiency and stability for the modern infrastructure.

As environments shift toward hybrid setups, the integration between Windows Server and Linux-based tools has never been more critical. Here, you will find specialized knowledge on bridging that gap, including DevOps workflows, automation via PowerShell, and hardware-backed security. These articles are written by a sysadmin for sysadmins – cutting through the noise to deliver the specific configurations you need to keep your production environments running smoothly.

Home » Windows Server » Page 5
Windows Server logo

Delete files recursively with ForFiles in Windows Server

The Forfiles command on Windows selects and executes a command on a file or set of files. Forfiles is ideal for batch processing through scripts, for instance on Windows Server systems. With Forfiles, you can run a command on or pass arguments to multiple files. For example, you could run the type or del command on all files in a tree with the .txt extension.

Read MoreDelete files recursively with ForFiles in Windows Server

Grep for forensic log parsing and analysis on Windows Server IIS

How to use GnuWin32 ported tools like grep.exe and find.exe for forensic log file analysis in Windows Server. Find webshells and backdoors in websites, check visitor's IP addresses or hits to backdoor/webshell files in IIS log files easy. Command-line log analysis in Windows Server, search for Joomla-, WordPress-, Drupal- and PHP- malware & backdoors in your website with grep and find.

Read MoreGrep for forensic log parsing and analysis on Windows Server IIS
Microsoft Internet Information Services (IIS) logo

PHP with WinCache on IIS

In this article you'll learn how to install and set up PHP with the Windows Cache Extension (WinCache) on windows IIS web servers. WinCache enabled PHP gives a great PHP performance boost for your WordPress-, Drupal or Joomla website. This post will show you it's not hard to set up high performance PHP hosting on IIS.

Read MorePHP with WinCache on IIS