Introduction to Chef + DSC

Over the last year I have really started playing with Desired State Configuration. This is another player in the increasingly crowded 'Infrastructure as Code' market. Other major players being Ansible, Salt, Chef, and Puppet, to name a few. I remember when I was researching some of the different available tools I ended up searching for … Continue reading Introduction to Chef + DSC

Advertisement

Testing Infrastructure with Pester

This post is about using Pester for infrastructure validation (Skype for Business is used for the example infrastructure). So what is Pester? They describe it very well on their wiki:  "Pester provides a framework for running Unit Tests to execute and validate PowerShell commands. Pester follows a file naming convention for naming tests to be … Continue reading Testing Infrastructure with Pester

Exploring the Powershell Alternative to netstat

This post is going to be a very quick rundown of Get-NetTCPConnection, the Powershell cmdlet that serves as a powerful alternative to netstat. Note: In any comparisons I make between netstat and Get-NetTCPConnection, I am referring to the Windows implementation of netstat. Why you might want to use Get-NetTCPConnection Easier to get targetted information by … Continue reading Exploring the Powershell Alternative to netstat