Azure Infrastructure Announcements – October 2023
October is the month of ghosts and monsters – Halloween (Samhain as we Celts originally called it). Read on to find out what ghouls and creatures crawled from under the…
01/11/2023
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…