Netsh command
Execute Netsh command to collect taces
C:\> netsh trace start scenario= netconnection capture=yes
persistent=yes overwrite=yes maxsize=4096
report=tracefile=c:\%computername%_netsh.etl#
After some time running the below command
C:\> netshtrace stop
0 Comments