Archive for 2021

Windows 11 Final Release Free ISO Download Links

Below are the download links for the final release of Windows 11 in ISO format, directly from Microsoft: Windows 11 ISO English (22000.194.210913-1444.co_release_svc_refresh_CLIENTENTERPRISEEVAL_OEMRET_x64FRE_en-us.iso) Download Windows 11 English ISO Windows 11 ISO German (22000.194.210913-1444.co_release_svc_refresh_CLIENTENTERPRISEEVAL_OEMRET_x64FRE_de-de.iso) Download Windows 11 German ISO While You’re Waiting for Your Download, Check out BackupChain The Lightweight, Yet Powerful Windows 11 and Windows […]

Windows Server 2022 ISO Final Release Free Download

The official ISO download link for Windows Server 2022 Release ISO is as follows. Click on the link below to download directly from Microsoft: Windows Server 2022 Final Release ISO Download (US English) While You’re Waiting for Your Download, Check out BackupChain The Lightweight, Yet Powerful Windows Server Backup Software for IT Professionals The all-in-one, […]

Windows Server 2022 ISO Preview – Free Download

Note, the below was for the preview, now in September 2022 the final release link is here. The official ISO download link for Windows Server 2022 Preview ISO is as follows. Click on the link below to download directly from Microsoft: Windows Server 2022 Preview ISO Download (US English) Welcome to BackupChain, the Windows Server […]

VMware Scheduled Snapshot Creation in a Task, Fully Automated

In this article we describe how to schedule a VMware snapshot in a task so that the snapshot creation is fully automated. This can be achieved very easily with just one command in the Windows Task Scheduler: Create a batch file with the command: vmrun -T ws snapshot “c:\virtualmachines\windows2019.vmx” mySnapshot Replace the VMX path with […]

How to Mount a VHDX to Windows using a PowerShell Script

To mount a VHDX to Windows as a drive using PowerShell, run the command: Mount-VHD -Path c:\my-folder\MyVirtualDisk.vhdx or Mount-VHD -Path c:\my-folder\MyVirtualDisk.vhdx -ReadOnly Then remove the drive again by using: Dismount-VHD -Path c:\my-folder\MyVirtualDisk.vhdx   This method can be used to copy files into a VM, for example, orĀ  to copy files from one VM to another, […]

Copy a File From the Host to a VM Using a Powershell Script

Copying a file from the host into a VM is easy with Powershell and you can embed it into a script. The syntax is: Copy-VMFile “Test VM” -SourcePath “C:\FileOnHost.txt” -DestinationPath “D:\FolderInsideVM\file.txt” -CreateFullPath -FileSource Host The above command will also create the target folder if it doesn’t exist. You could use this command to push software […]

Download BackupChain®