NetCmdlets 2016
NetCmdlets 2016
Questions / Feedback?

Hop Output Object (Get-Trace Cmdlet)

Object created for each hop in the trace to Server .

Syntax

Object Hop {
   int Duration;
   int HopNumber;
   string Host;
}

Remarks

This object provides access to the information for each hop in the trace. The HopNumber denotes which hop the trace is at. The Host is the IP address of the host for the hop identified by HopNumber. Duration shows the amount of time taken by the hop.

 
 
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]