docs: Add Windows child node streaming bulk deployment to fleet docs - #23402
Draft
nedi-app[bot] wants to merge 2 commits into
Draft
docs: Add Windows child node streaming bulk deployment to fleet docs#23402nedi-app[bot] wants to merge 2 commits into
nedi-app[bot] wants to merge 2 commits into
Conversation
…bsection to the fleet configuration management doc. The section documents that the MSI installer only accepts Cloud claiming properties (no streaming destination/api key), provides a copy-paste PowerShell script that writes stream.conf with the [stream] section, lists at-scale distribution methods (SCCM, GPO, PowerShell remoting), includes the required service restart, notes the stock template path, and cross-links to the parent-side centralization configuration doc and the Windows installer doc.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
Add Windows child node streaming bulk deployment to fleet docs. Files changed: docs/fleet-configuration-management.md.
User Request
and how to config child node in windows? what are the steps. we can not edit one by one. need a general way of deployment instead of edit one by one
Prompt (English)
General Windows child node bulk deployment including silent MSI install, streaming config, labels, ephemeral node flag, and a script that does not require per-machine editing (GPO/SCCM/Invoke-Command distribution)
Reason for Change
This change applies the specific user request using repository-truth evidence from the audit execution workspace.
Summary by cubic
Adds a “Bulk Deploying Windows Child Nodes (Streaming)” section to the fleet docs to enable at-scale Windows child-node setup without per-machine edits. It shows silent MSI install, pushing a shared
stream.confwith a reusable parent API key, restarting the service, and distributing via SCCM, GPO, or PowerShell remoting, with links to parent-side setup and Windows installer docs.Written for commit 2833cb3. Summary will update on new commits.