Windows Server
Last updated:
Monitor .NET CLR Garbage Collected heap from your web application
Use Zabbix to monitor your web application and application pool’s .NET CLR Garbage Collected heap by utilizing WMI and PowerShell.
Welcome to the core Windows Server administration and engineering hub on saotn.org. Managing modern enterprise Windows Server environments requires a balance of scalable automation, proactive performance maintenance, and strict security baselines.
This category serves as a deep technical repository for sysadmins and infrastructure engineers. Whether you are deploying bare-metal nodes, managing hybrid active directory topologies, or streamlining lifecycle operations via command-line tooling, these verified guides offer production-ready solutions to keep your server fleet stable, secure, and highly optimized.
To assist with your environment maintenance, our essential Windows Server documentation is organized by administrative focus:
Browse the extensive chronological list of Windows Server tutorials, group policy enforcement templates, and deep-level registry troubleshooting guides below.
Windows Server
Last updated:
Use Zabbix to monitor your web application and application pool’s .NET CLR Garbage Collected heap by utilizing WMI and PowerShell.
Windows Server
Last updated:
Find out fast if your IIS webservers have EnableTrailerSupport enabled for https.sys in the registry. Here is a small PowerShell method.
Windows Server
Last updated:
How can I convert an SqlCe database to Microsoft SQL Server?
Windows Server
Last updated:
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.
Windows Server
Last updated:
Learn how to add VirtIO drivers to your Windows Recovery Environment (Windows RE) to recover your Windows virtual machines. Using Powershell of course and Windows Server 2022.
Security, Windows Server
Last updated:
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.
Windows Server
Last updated:
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:
short PowerShell snippet for you to remove a computer object from Windows Server Update Services (WSUS)
Windows Server
Last updated:
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.
Windows Server
Last updated:
For the time being, some manual labor is involved, but it is still manageable. You can use this to create your own solution to block offending IP addresses in SQL Server’s firewall.
Windows Server
Last updated:
Native support for HTTP/3 in Windows Server 2022, jeej! Host HTTP/3 web services in Windows
Windows Server
Last updated:
Turn off Windows Defender routine remediation using a GPO setting called “DisableRoutinelyTakingAction”. This policy setting allows you to configure whether Microsoft Defender Antivirus automatically takes action on all detected threats.
Windows Server
Last updated:
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.
Windows Server
Last updated:
Learn how to fix memory issues and subsequent crashes in WMI / WmiPrvse.exe by increasing available memory and handles
Windows Server
Last updated:
Enabling Windows Defender per GPO failed with the error message “Get-MpComputerStatus : The extrinsic Method could not be executed.”, here is how to resolve this issue.
Windows Server
Last updated:
Use IIS Manager to administer various components of your website through a graphical user interface (GUI) if it’s hosted in Windows Server IIS. In this article you’ll learn how to install and setup IIS Manager in Windows 11/10 to manage your website(s).
Windows Server
Last updated:
If you want to quickly delete all saved Remote Desktop credentials from your Windows 10 Credentials Manager, here…
Windows Server
Last updated:
Zabbix monitoring for your websites and ASP.NET applications in IIS using _Process Performance Counter.
Windows Server
Last updated:
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.
Windows Server
Last updated:
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.