2 articles in PowerShell
Migrate Azure DevOps Pipeline Variables using Azure CLI and PowerShell
July 7, 2025
Recently I’ve been working on a project which has an Azure DevOps YAML pipeline with all environment config added using pipeline variables . The variable groups feature provides a much better way of grouping and managing pipeline config so I decided to write a script to migrate the variables from…
Automating Your Windows Terminal With A PowerShell Profile
February 19, 2025
I’m a regular user of the Windows Terminal to speed up the manual tasks that are required during the software development process. I’ve found PowerShell’s $PROFILE script very useful for adding automation code which is loaded every time a PowerShell session starts. These are some of the things I…