Fix DHCP DNS reset handling (#4800)

This commit is contained in:
Chris Titus
2026-07-02 15:24:14 -05:00
committed by GitHub
parent e2d6f8534e
commit 32891ada55
4 changed files with 139 additions and 5 deletions

View File

@@ -190,3 +190,4 @@ When the user corrects an agent approach, add or tighten one concrete rule here
- Log install/uninstall package names and package-manager IDs before queuing background runspace work; do not rely on runspace host output for the package identity.
- For Win11 Creator, start each new ISO modification in a fresh `WinUtil_Win11ISO_*` temp directory; existing-work detection is only for resuming/exporting already modified media.
- For Script Analyzer cleanup, fix actionable source warnings first and do not globally suppress accepted convention warnings such as plural names, `ShouldProcess` on UI helpers, `$global:sync`, or compile-time cross-file false positives.
- For DNS DHCP reset, keep the cmdlet reset and explicitly set IPv4 and IPv6 DNS source to DHCP.