Scripting

Practical PowerShell Scripting for DevOps - Part 4

On this part, I will be using the PowerShell String Operators Match and Split, Array Indexing and Regular Expressions to find if a particular Git Reference is coming from a particular branch and has valid SemVer version

Practical PowerShell Scripting for DevOps - Part 3

On this part, I will be converting our ForEach-Object loop to run in parallel for faster results

Practical PowerShell Scripting for DevOps - Part 2

On this part, I will be extending the monitoring script we wrote on Part-1, with a polling while loop

Practical PowerShell Scripting for DevOps - Part 1

Practical Scripting Challenges and Solutions for DevOps with PowerShell

Azure ARM Template Development - Validate with WhatIf

Hi, I’m back with yet another script I would like to introduce and pretty much document for my and other’s future reference. Today’s script is named “Deploy-AzARMTemplate.ps1” and it’s geared towards one-click deploys from your local development environment to pre-configured cloud dev/test environment.

How to Pass Multiple Arguments to a CLI tool with PowerShell

Hi, if you ever worked with a CLI tool you probably know that almost all of them comes with a method for initial configuration, that allows you to save your default settings and also your credentials.

My PowerShell SwissKnife

Hi my name is Mert I’m a Cloud DevOps Engineer and in this post, I would like to talk about my PowerShell Swissknife functions(I’d like to call them) and how do I use them to make my life easier for my every day tasks.