Network management: Difference between revisions

Network tracing using tools built in to Windows
Line 113: Line 113:
== Network tracing using tools built in to Windows ==
== Network tracing using tools built in to Windows ==


<source lang="console">
<source lang="dos">
c:\files> netsh trace start scenario=NetConnection capture=yes report=yes persistent=no maxsize=1024 correlation=no traceFile=C:\Temp\NetTrace.etl
c:\files> netsh trace start scenario=NetConnection capture=yes report=yes persistent=no maxsize=1024 correlation=no traceFile=C:\Temp\NetTrace.etl
</source>
</source>