NetCmdlets 2016
NetCmdlets 2016
Questions / Feedback?

PingResponse Output Object (Send-Ping Cmdlet)

Object returned in response to a Ping request.

Syntax

Object PingResponse {
   string Source;
   string Status;
   int Time;
}

Remarks

The result of a ping is indicated by the following parameters:

SourceThe address of the host responding to the PING (ICMP ECHO) request. This may or may not be the host used in Server.
StatusStatus is set to "OK" for normal operation, or it contains an error string such as "Network unreachable", "Host unreachable", etc.
TimeTime elapsed between sending the original packet and the remote host reply. The time value is expressed in milliseconds. The lowest resolution available depends on the resolution of the clock on the host system (normally between 10ms and 20ms).

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
NetCmdlets 2016 - Version 16.0 [Build 7240]
 

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
NetCmdlets 2016 - Version 16.0 [Build 7240]