Hyper-V Replica in a Domain: Kerberos Setup, Walked End-to-End
Hyper-V Replica is the built-in DR layer in every Hyper-V install. Configure it once and Hyper-V asynchronously copies a VM’s disks to a second standalone host every few minutes; if…
Tutorials, deep dives, and insights from our team of IT professionals.
Hyper-V Replica is the built-in DR layer in every Hyper-V install. Configure it once and Hyper-V asynchronously copies a VM’s disks to a second standalone host every few minutes; if…
Hyper-V Replica is the built-in disaster-recovery layer that ships with every Hyper-V install. It asynchronously copies a VM’s disks (and optionally point-in-time snapshots) to a second standalone Hyper-V host so…
Two standalone Hyper-V hosts. No SAN, no Cluster Shared Volume, no shared anything — each host has its own local storage. A VM on the source host needs to end…
Disk fills up. Storage gets retired. A workload outgrows its tier. Whatever the trigger, sooner or later you need to move a Hyper-V VM’s files off one disk and onto…
You’ve got a Hyper-V lab on your laptop or a spare server. You want the guest VMs to reach the internet for Windows updates, package installs, license activation, and the…
The previous two posts in this series stood up Microsoft Entra Password Protection on an on-prem AD forest — Part 1 walked the architecture and prerequisites, Part 2 walked the…
Part 1 of this series covered the architecture and prerequisites — the cloud-versus-on-prem split, the proxy-as-egress design, the network ports, the licensing matrix, the FRS-versus-DFSR Sysvol gotcha. With those out…
Standard Active Directory password policy enforces shape — minimum length, complexity, history, age. Shape doesn’t catch P@ssw.rd or Admin@123: both pass complexity; both are in every credential-stuffing wordlist on the…
Most live PerfMon use is interactive — open the console, drop a few counters in, watch the graph, close. The interactive view answers “what is happening right now,” but doesn’t…
SmartScreen is the cloud-backed reputation check Windows runs against URLs and downloaded files: clicked links route through Microsoft’s phishing-and-malware database, downloaded executables get a hash lookup against known-good and known-bad…
Snapshots in Hyper-V are most often used as rollback points — create one before a risky change, revert if the change misbehaves. There’s a second use that’s less obvious but…
Part 1 covered creating, applying, and managing snapshots. This post is the consolidation half — what happens when you delete a snapshot and the differencing-disk overlay has to be merged…