Lots of Speaking Activity
After a quiet few pandemic years with no in-person events and the arrival of twins, my in-person presentation activity was minimal. My activity has started to increase, and there have…
03/09/2024
Here is a PowerShell script to check the Image or Model versions of each instance in an Azure Virtual Machine Scale Set (VMSS):
$ResourceGroup = “p-we1dep”
$Vmss = “p-we1dep-windows-vmss”
// Find all the instances in the VMSS
$Instances = Get-AzVmssVM -ResourceGroupName $ResourceGroup -Name $Vmss
Write-Host “Instance image versions…