Hello Jim Geis,
Following up on your issue, you might be attempting to move the disk resource independently, but in Windows Server Failover Clustering, including the 2025 release, the Disk Witness is architecturally bound to the Core Cluster Group. This design guarantees that the quorum resource and the core cluster identity are arbitrated together. Attempting to isolate and move just the quorum disk using a command like Move-ClusterResource will be rejected by the cluster service to prevent splitting core resources across different nodes and destabilizing quorum integrity. Therefore, the procedure I provided earlier (executing the Move-ClusterGroup -Name "Cluster Group" -Node command in an elevated PowerShell session, or navigating the Failover Cluster Manager GUI via More Actions to select Move Core Cluster Resources) remains the strict Microsoft best practice. This method ensures the cluster service cleanly manages the SCSI-3 Persistent Reservation release on the source node and the claim on the destination node without interrupting the overall vote tally. You can confidently verify the successful transition by monitoring the cluster operational logs for Event ID 1205, which confirms the core group was successfully brought online on the target node.
Hope this answer brought you some useful information. If it has, please consider accepting the answer so that other people sharing the same issue would benefit too. Thank you :)
VP