v1.119.0: Remote Desktop Services (new module 80)#55
Merged
Conversation
Add 80-RemoteDesktopServices, surfaced under Roles & Features [15] Remote Desktop Services (RDS), plus a read-only CLI action. Completes the v1.109.0 -> v1.119.0 feature roadmap. - RDSAudit (read-only): RD Session Host (RDS-RD-Server) + RD Licensing (RDS-Licensing) role state, plus the configured licensing mode + license server(s). JSON-aware; makes no changes. - RDS role install (reversible): installs the roles via the timeout-guarded feature installer, capturing which were missing so undo removes only those. Dry-Run aware; server-SKU gated. - Licensing-mode config (reversible): sets Per-Device/Per-User mode + license-server name via the policy registry (the values the licensing GPOs write). Prior values captured for undo; Dry-Run aware; server name is format-validated. Scope: full session-collection deployment (New-RDSessionDeployment) and CAL key activation are deliberately deferred (heavy/reboot + GUI/sensitive). A 2-agent adversarial review confirmed no secret handling, a genuine deferral, validated input, and faithful reversibility. New module 80-RemoteDesktopServices. Modules 80 -> 81. CLI actions 200 -> 201. Section 186 added; 5167 structural tests green.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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.
v1.119.0 — Remote Desktop Services (final roadmap release)
New module 80-RemoteDesktopServices, under Roles & Features → [15] Remote Desktop Services (RDS), plus a read-only CLI action. Completes the v1.109.0 → v1.119.0 feature roadmap.
RDSAudit(read-only) — RD Session Host (RDS-RD-Server) + RD Licensing (RDS-Licensing) role state and the configured licensing mode + license server(s). JSON-aware; makes no changes.Scope — deferred (honest): full session-collection deployment (
New-RDSessionDeployment) and CAL/license-key activation are deliberately deferred (heavy/reboot + GUI/sensitive). A 2-agent adversarial review confirmed no secret handling, a genuine deferral (heavy cmdlets only in comments), validated input, and faithful reversibility — so the module holds no license key.New module 80-RemoteDesktopServices. Modules 80 → 81. CLI actions 200 → 201. Section 186 added (5167 structural tests, all green).