docs(FailoverClusters): Use primary parameter name -ForceQuorum in Start-ClusterNode examples#4100
Conversation
…tart-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>
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit 26865e4: ✅ Validation status: passedFor more details, please refer to the build report. |
|
Learn Build status updates of commit ce90351: 💡 Validation status: suggestions
docset/winserver2025-ps/FailoverClusters/Start-ClusterNode.md
For more details, please refer to the build report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. |
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit ce90351: 💡 Validation status: suggestions
docset/winserver2025-ps/FailoverClusters/Start-ClusterNode.md
For more details, please refer to the build report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. |
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit dba5db7: 💡 Validation status: suggestions
docset/winserver2025-ps/FailoverClusters/Start-ClusterNode.md
For more details, please refer to the build report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. |
PR Summary
Start-ClusterNode.md(WS2025) referenced the alias-FixQuorumin user-facing prose and Example 3 instead of the primary parameter name-ForceQuorum, conflicting with the SYNTAX block and PARAMETERS definition.Changes
**FixQuorum**→**ForceQuorum**Start-ClusterNode -FixQuorum→Start-ClusterNode -ForceQuorumThe
Aliases: fq, FixQuorumentry on the-ForceQuorumparameter block is intentionally left unchanged —FixQuorumremains a valid alias; this only corrects user-facing references to use the canonical name.Original prompt
This pull request was created from Copilot chat.
PR Checklist