Developer VM

Setting up Hyper-V VM using powershell

If you are one of those that need to frequently create VMs based on a template, keep reading, I got PowerShell automation for you....

August 28, 2022 · 5 min · lpains
Developer Environment

Automated and repeatable Developer Environment setup - winget

Hours to minutes: setting up a .NET / Node developer environment from scratch using PowerShell + winget...

August 25, 2022 · 3 min · lpains
Locks

Convert PFX to PEM for AWS Certificate Manager

Learn how to convert a PFX certificate into a PEM encoded parts for AWS Certificate Manager import....

March 9, 2022 · 2 min · lpains
Developer Environment

Automated and repeatable Developer Environment setup

Hours to minutes: setting up a .NET / Node developer environment from scratch using PowerShell + Chocolatey...

March 7, 2022 · 4 min · lpains

Simple prevent write commands in SQL Server

Some times you just need to check whether a script will try to mess with your DB. In this post, I show you a regex that can help you check for that....

May 25, 2021 · 1 min · lpains