Archive for 2022

Get All VHDX for All VMs with this PowerShell Script

Do you need a list of all virtual disks on a Hyper-V server? Simply run this PowerShell script and it will give you a list of all VHD and VHDX files that are connected to virtual machines in Hyper-V: $MyVMs = Get-VM Foreach ($MyVM in $MyVMs) { $AllHardDrives = $MyVM.HardDrives Foreach ($HardDriveItem in $AllHardDrives) { […]

Azure Stack HCI ISO Download for Free

The official ISO download link for Azure Stack HCI ISO is as follows. Click on the link below to download directly from Microsoft: Azure Stack HCI Final Release ISO Download (US English) While You’re Waiting for Your Azure Stack HCI Download, Check out BackupChain Don’t forget virtual machine backup The complete backup solution BackupChain, is […]

Download BackupChain®