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) 2022 /n software inc. - All rights reserved.
NetCmdlets 2020 - Version 20.0 [Build 8319]
 

Copyright (c) 2022 /n software inc. - All rights reserved.
NetCmdlets 2020 - Version 20.0 [Build 8319]