From 26865e44701a9a2a8b44925185bc447fbf004d28 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 21 Apr 2026 13:16:56 +0000 Subject: [PATCH 1/2] Initial plan From ce9035120fbd2396157c74b12bead73ccea26006 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 21 Apr 2026 13:17:56 +0000 Subject: [PATCH 2/2] Fix: Replace FixQuorum alias with ForceQuorum primary param name in Start-ClusterNode.md Agent-Logs-Url: https://github.com/MicrosoftDocs/windows-powershell-docs/sessions/3ae8f137-c86c-4321-b6f6-4b5a7f227e94 Co-authored-by: robinharwood <19212983+robinharwood@users.noreply.github.com> --- docset/winserver2025-ps/FailoverClusters/Start-ClusterNode.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docset/winserver2025-ps/FailoverClusters/Start-ClusterNode.md b/docset/winserver2025-ps/FailoverClusters/Start-ClusterNode.md index 6ba105c907..d1197374d2 100644 --- a/docset/winserver2025-ps/FailoverClusters/Start-ClusterNode.md +++ b/docset/winserver2025-ps/FailoverClusters/Start-ClusterNode.md @@ -27,7 +27,7 @@ The `Start-ClusterNode` cmdlet starts the Cluster service on a node in a failove is the first node started, then it will wait for other nodes to join. The cluster will begin to run when a quorum has formed. -This cmdlet with the **FixQuorum** parameter can be used to force quorum, that is, force the start +This cmdlet with the **ForceQuorum** parameter can be used to force quorum, that is, force the start of a cluster node even if quorum hasn't been achieved. When quorum is forced on a given node, the copy of the cluster configuration that is on that node will be treated as the authoritative copy and will be replicated to all other nodes. Therefore, forcing quorum should be considered a last resort, @@ -62,7 +62,7 @@ This example starts the Cluster service on the node named `node1` on the cluster ### Example 3 ```powershell -Start-ClusterNode -FixQuorum +Start-ClusterNode -ForceQuorum ``` This example forces the local node and the local cluster to start, even if quorum hasn't been