Network Trace Capture by George Chrysovaladis Grammatikos | Oct 31, 2017 | IT, NetworkWindows command shell allows you to capture network traffic by using netsh command.Netsh trace start scenario=NetConnection capture=yes report=yes persistent=no maxsize=1024 correlation=yes traceFile=C:\Logs\NetTrace.etl netsh trace stop