Tag

powershell

Posts grouped by topic from the Andrew Builds technical archive.

Oct 4, 2024
powershell

How to Safely Upgrade PowerShell Az Modules

Upgrading PowerShell Az modules is essential for keeping your Azure management tools up to date with the latest features, performance improvements, and security patches. However,…

Sep 27, 2024
powershell

PowerShell Templating for Azure: Preventing Messy Code

When working with Azure via PowerShell, it’s easy to accumulate clutter in your scripts over time, especially as they grow in complexity. Using a templating strategy not only…

Aug 24, 2024
powershell

Creating a Virtual Machine in Azure with Powershell

Azure Virtual Machines VMs are a popular service offered by Microsoft Azure that allow users to create, deploy, and manage virtual machines on Azure. In this article, we will…