4,461
edits
Get server certificate fingerprint |
Network tracing using tools built in to Windows |
||
Line 108: | Line 108: | ||
^C | ^C | ||
$ | $ | ||
</source> | |||
== Network tracing using tools built in to Windows == | |||
<source lang="console"> | |||
c:\files> netsh trace start scenario=NetConnection capture=yes report=yes persistent=no maxsize=1024 correlation=no traceFile=C:\Temp\NetTrace.etl | |||
</source> | </source> |