Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

Regarding Ping

$
0
0

while we use ping google.com the ouput appear like this:

Pinging google.com [74.125.236.199] with 32 bytes of data:

Reply from 74.125.236.199: bytes=32 time=50ms TTL=57

Reply from 74.125.236.199: bytes=32 time=56ms TTL=57

Reply from 74.125.236.199: bytes=32 time=60ms TTL=57

Reply from 74.125.236.199: bytes=32 time=45ms TTL=57

 

Ping statistics for 74.125.236.199:

    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),

Approximate round trip times in milli-seconds:

    Minimum = 45ms, Maximum = 60ms, Average = 52ms 

 

In this Output I need only TTL value, how can I get this, suggest me.


Viewing all articles
Browse latest Browse all 6937

Trending Articles