-
Howto: Install TFS2018 / VSTS Build Agent on Windows Server Core
Here’s a guide to walk you through the process of creating a build server on Windows Server Core. If you’re not already familiar with Windows Server Core, here’s a quick overview. Think of it as Windows Server 2016 with all the extra, unnecessary stuff pulled out. This means that it uses a lot less disk…
-
How to download a file on Windows Core
Windows Core is great. Smaller disk footprint. Less memory usage. Boots up super-fast. But with these benefits comes some caveats — for example, no web browser. So then when you need to download a file or download an installer, how do you do it? The answer is…POWERSHELL TO THE RESCUE!!! Here’s a PowerShell script to download…