Windows

Most of these posts are simply my internal notes turned into something I can share with others. I definitely don’t claim to be an expert on every topic I write about, but I hope they can serve as a useful starting point, reference, or outline for someone working on a similar problem. If you spot anything that could be improved, corrected, or explained better, I’d really appreciate your feedback. Always happy to learn and improve!

Windows Trial License

If you’re working with Windows Server, understanding licensing is crucial. By default, Windows Server installations come with a 180-day trial period. Once this period expires and if no licensing action is taken your servers will begin shutting down. Fortunately, Microsoft provides the Software …

Setting Up OpenSSH Server on Windows Server

OpenSSH Server is natively available on Windows Server (2019 and newer), providing a secure, lightweight way to manage Windows environments remotely using command-line tools like PowerShell over port 22. In this post, we will walk through installing OpenSSH Server on Windows, configuring the service …