Hi
ejdgr8,
That specific failure code in your screenshot (
%%2147778582 / 0x80048016) most commonly shows up when
the VM “configuration version” on the Primary is newer than what the Replica host/cluster supports—e.g., replicating
Server 2022 → Server 2019/2016, or
2019 → 2016. In that case, Hyper‑V Replica can fail at the final “Finish” step with this generic error. (
learn.microsoft.com)
1) Check VM configuration version (most likely cause)
On the
Primary Hyper‑V host, run:
Get-VM "test-replication-vm" | Select-Object Name, Version
Then confirm the
Replica hosts support that version (rule of thumb:
Replica must be same or newer than Primary for VM config...