How to generate WinHTTP even logs for sensor communication issues. These steps may be requested by support to further troubleshoot a connection issue.
netsh trace start level=5 capture=yes IPv4.Address=<EDR server IP> scenario=InternetClient provider=Microsoft-Windows-WinHttp tracefile=c:\temp\2016_capture.etl
sc control carbonblack 200
netsh trace stop
Output should look similar to this when captured successfully
Trace configuration:
-------------------------------------------------------------------
Status: Running
Trace File: C:\temp\testfive.etl
Append: Off
Circular: On
Max Size: 250 MB
Report: Off
C:\Users\proot\AppData\Local\Temp\NetTraces>netsh trace stop
Correlating traces ... done
Merging traces ... done
Generating data collection ... done
The trace file and additional troubleshooting information have been compiled as "c:\temp\testfive.cab".
File location = c:\temp\testfive.etl
Tracing session was successfully stopped.