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
Also, according to search, Test-Connection is used in multiple places. Might be worth replacing with [System.Net.NetworkInformation.Ping]::new().Send($computer)
Before submitting a bug report:
powershell -NoProfile
)Steps to Reproduce
Expected Behavior
Normal mode with CIM/PSRemoting hostname verifications.
No extra output.
Actual Behavior
Turbo mode (due to different parameter set in PS6.0 version of Test-Connection).
Ping results show up on the screen.
Environmental data
PSVersion 6.1.0
PSEdition Core
GitCommitId 6.1.0
OS Microsoft Windows 10.0.15063
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
The text was updated successfully, but these errors were encountered: