|
| 1 | +# Comment |
| 2 | + |
| 3 | +################## BID TRACE ############## |
| 4 | +## |
| 5 | +## Only traces on Windows |
| 6 | +## Does not trace JDBC Drivers |
| 7 | +## Does not trace .NET Core Microsoft.Data.SqlClient |
| 8 | +## For more information on BID Tracing, including Linux, see: https://github.com/microsoft/CSS_SQL_Networking_Tools/wiki/Collect-a-SQL-Driver-BID-Trace |
| 9 | +## |
| 10 | + |
| 11 | +BIDTrace = Yes # Controls the overall category of collection |
| 12 | +BIDWOW = No # No | Only | Both (whether 32-bit apps are traced) |
| 13 | +BIDProviderList = System.Data System.Data.SNI |
| 14 | + |
| 15 | +# BIDProviderList = OLEDB SQLOLEDB MSOLEDBSQL MSOLEDBSQL19 # These are the currently supported OLE DB Providers |
| 16 | +# BIDProviderList = ODBC SQLSRV32 MSODBCSQL11 MSODBCSQL13 MSODBCSQL17 MSODBCSQL18 # These are the currently supported ODBC Drivers |
| 17 | + |
| 18 | +################## NETWORK TRACE ########## |
| 19 | +## |
| 20 | +## Only traces on Windows |
| 21 | +## For more information on network tracing, see: https://github.com/microsoft/CSS_SQL_Networking_Tools/wiki/Collect-a-Network-Trace |
| 22 | +## |
| 23 | + |
| 24 | +NETTrace = Yes # Controls the overall category of collection |
| 25 | +NETSH = Yes # Default for Windows; built-in |
| 26 | +NETMON = No # Must be installed separately |
| 27 | +WIRESHARK = No # WireShark can see VPN traffic, must be installed separately |
| 28 | +Pktmon = No # Windows 2019 and later, Windows 11 and later, Windows 10 builds equivalent to Windows 2019. |
| 29 | + |
| 30 | +################## AUTH TRACE ############# |
| 31 | +## |
| 32 | +## Equivalent to parts of the Directory Services Auth trace script, but more focused |
| 33 | +## |
| 34 | + |
| 35 | +AUTHTrace = Yes # Controls the overall category of collection |
| 36 | +ssl = Yes # Certificate logs |
| 37 | +credssp_ntlm = Yes # NTLM logs |
| 38 | +KERBEROS = Yes # Kerbberos logs |
| 39 | +LSA = Yes # Local security authority logs |
| 40 | +EventViewer = Yes # Application, System, and Security event logs |
0 commit comments