You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Get-WirelessNetAdapter - single source of truth for "which physical
adapters are Wi-Fi" on a Windows host (matches on the driver InterfaceDescription, not the host-varying connection name). Returns
the matching Get-NetAdapter objects so callers can compare MACs,
resolve a connection name to feed Reset-IcsSharing's WAN parameter,
or check link state without each carrying its own copy of the match.
Set-RouterSshRelay / Remove-RouterSshRelay - compose the netsh
portproxy and its Windows Firewall companion as one inseparable pair
(add and teardown), so a caller cannot lay/sweep one half and forget
the other - the silent "banner exchange timeout" footgun. Set adds a -FirewallOnly mode for the pre-VM phase (firewall pre-laid before the
router IP is known); both delegate to the existing Set-/Remove-RouterSshPortProxy(+Firewall) primitives.