AzurePipelinesPS Introduction

Recently I have been working on my new module AzurePipelinesPS. It is open source on GitHub and published to the Powershell Gallery via Azure DevOps. If you are unfamiliar with Azure DevOps take a minute to browse through the microsoft introduction. [Read More]

Installing Chocolatey on Windows 10

Chocolatey is a package manager for Windows (like apt-get or yum but for Windows). It was designed to be a decentralized framework for quickly installing applications and tools that you need. It is built on the NuGet infrastructure currently using PowerShell as its focus for delivering packages from the distros... [Read More]

How to Create a Nano Server in Hyper V

Nano Server is a stripped-down version of Windows Server developed by Microsoft specifically for running cloud applications and containers. There is no local logon or Remote Desktop. Instead, management of the OS is performed remotely via WMI and PowerShell cmdlets. [Read More]