Limitations .Net Core to migrate Test-Connection cmdlet
See original GitHub issueIt is only a tracking issue.
We plan to migrate Test-Connection cmdlet from WMI to .Net but underlying .Net Core have still Issue System.Net.Ping ignores PingOptions on unix.
Related code. There are no plans yet to fix it in 2.0.0 timeframe.
Issue Analytics
- State:
- Created 6 years ago
- Comments:10 (2 by maintainers)
Top Results From Across the Web
TestConnectionCommand Class
The implementation of the "Test-Connection" cmdlet. ... The default (from Windows) is 32 bytes. Max value is 65500 (limitation imposed by Windows API)....
Read more >Creating a Python Replacement for the Test-Connection ...
I've been working on a PowerShell script to automatically power up and shut down all devices in my home lab. Both in the...
Read more >Using Get-Job to test-connection, but quite different
In your example, in the Start-Job scriptblock you are trying to access $_ which is not available in the codeblock scope.
Read more >Use PowerShell to Test Connectivity on Remote Servers
When I ran into problems, I decided to write a really quick script to ping the most critical servers on my network to...
Read more >16 PowerShell commands for network troubleshooting
These 16 Windows PowerShell cmdlets, including Get-NetIPAddress and Test-Connection, help network administrators troubleshoot their network environments.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@SteveL-MSFT No. It is a tracking issue - we are waiting a fix in .Net Core repo.
@artisticcheese You can load the build from #5328, test the new ported cmdlet and leave a feedback in the #5328.