-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Closed
Labels
Issue-Discussionthe issue may not have a clear classification yet. The issue may generate an RFC or may be reclassifthe issue may not have a clear classification yet. The issue may generate an RFC or may be reclassifResolution-FixedThe issue is fixed.The issue is fixed.WG-Cmdlets-Utilitycmdlets in the Microsoft.PowerShell.Utility modulecmdlets in the Microsoft.PowerShell.Utility module
Description
Steps to reproduce
> $TestConnection = Test-Connection 8.8.8.8 -Count 3 Expected behavior
> $TestConnection = Test-Connection 8.8.8.8 -Count 3
> $TestConnection
Source Destination IPV4Address IPV6Address Bytes Time(ms)
------ ----------- ----------- ----------- ----- --------
MacBook-Pro... 8.8.8.8 8.8.8.8 32 29
MacBook-Pro... 8.8.8.8 8.8.8.8 32 29
MacBook-Pro... 8.8.8.8 8.8.8.8 32 29
MacBook-Pro... 8.8.8.8 8.8.8.8 32 29
MacBook-Pro... 8.8.8.8 8.8.8.8 32 28
MacBook-Pro... 8.8.8.8 8.8.8.8 32 29
MacBook-Pro... 8.8.8.8 8.8.8.8 32 29
MacBook-Pro... 8.8.8.8 8.8.8.8 32 29
MacBook-Pro... 8.8.8.8 8.8.8.8 32 30
MacBook-Pro... 8.8.8.8 8.8.8.8 32 28
Actual behavior
> $TestConnection = Test-Connection 8.8.8.8 -Count 3
Pinging 8.8.8.8 [8.8.8.8] with 32 bytes of data:
Reply from 8.8.8.8: bytes=0 time=31ms TTL=
Reply from 8.8.8.8: bytes=0 time=31ms TTL=
Reply from 8.8.8.8: bytes=0 time=31ms TTL=
Ping complete.
> $TestConnection
Source Destination Replies ------ ----------- -------
MacBook-Pro.localdomain 8.8.8.8 {System.Net.NetworkInformation.PingReply, System.Net.NetworkInformation.PingReply...
Environment data
> $PSVersionTable
Name Value ---- -----
PSVersion 6.1.0-rc.1
PSEdition Core
GitCommitId 6.1.0-rc.1
OS Darwin 18.0.0 Darwin Kernel Version 18.0.0: Wed Aug 22 20:59:21 PDT 2...
Platform Unix
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0RoscoP
Metadata
Metadata
Assignees
Labels
Issue-Discussionthe issue may not have a clear classification yet. The issue may generate an RFC or may be reclassifthe issue may not have a clear classification yet. The issue may generate an RFC or may be reclassifResolution-FixedThe issue is fixed.The issue is fixed.WG-Cmdlets-Utilitycmdlets in the Microsoft.PowerShell.Utility modulecmdlets in the Microsoft.PowerShell.Utility module