Capture Network Packet trace in Windows 2016
- #Initial command : netsh trace start persistent=yes capture=yes IPv4.Address=X.X.X.X tracefile=c:\temp\nettrace-boot.etl
- #Stop command: netsh trace stop
- Open the ETL file in Microsoft Message Analyzer
Ref : https://techcommunity.microsoft.com/t5/iis-support-blog/capture-a-network-trace-without-installing-anything-amp-capture/ba-p/376503
Comments
Post a Comment