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
Microsoft SQL Server logo

Get SQL database backup details with PowerShell

Whenever I need to restore an SQL Server .bak backup file, I want to know some properties of the backup file to make sure I'm working with the correct file(s). Luckily, the .bak file and PowerShell provide all the information I need, so I don't have to start a Restore procedure in SQL Server Management Studio (SSMS) just to view the header information. As you know, SSMS is slow...

Read MoreGet SQL database backup details with PowerShell