From eb31b468d1e829d7333e3b0f02d8596d8a383e89 Mon Sep 17 00:00:00 2001 From: ManikaDhiman Date: Tue, 19 Nov 2019 12:08:14 -0800 Subject: [PATCH] Minor formatting updates --- windows/client-management/mdm/diagnosticlog-csp.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/windows/client-management/mdm/diagnosticlog-csp.md b/windows/client-management/mdm/diagnosticlog-csp.md index 41c60a43a2..e399411ba9 100644 --- a/windows/client-management/mdm/diagnosticlog-csp.md +++ b/windows/client-management/mdm/diagnosticlog-csp.md @@ -20,7 +20,7 @@ The DiagnosticLog configuration service provider (CSP) provides the following fe - [DeviceStateData area](#devicestatedata-area). Provide additional device information. - [FileDownload area](#filedownload-area). Pull trace and state data directly from the device. -The following are the links to the DDFs of the DiagnosticLog CSP: +The following are the links to different versions of the DiagnosticLog CSP DDF files: - [DiagnosticLog CSP version 1.4](diagnosticlog-ddf.md#version-1-4) - [DiagnosticLog CSP version 1.3](diagnosticlog-ddf.md#version-1-3) - [DiagnosticLog CSP version 1.2](diagnosticlog-ddf.md#version-1-2) @@ -747,7 +747,7 @@ To gather diagnostics using this CSP: 3. Indicate one or more target ETW providers by supplying its *ProviderGUID* to the Add operation of EtwLog/Collectors/*CollectorName*/Providers/*ProviderGUID*. 4. (Optional) Set logging and log file parameters using the following options: - TraceLevel - - Keywords + - Keywords 5. Start logging using **TraceControl** EXECUTE command “START”. 6. Perform actions on the target device that will generate activity in the log files. 7. Stop logging using **TraceControl** EXECUTE command “STOP”. @@ -1066,7 +1066,8 @@ The data type is a boolean. Supported operations are Get and Replace. This change will be effective during active trace session. -The following table lists the possible values: +The following table lists the possible values: + | Value | Description | |-------|--------------------| | TRUE | Provider is enabled in the trace session. This is the default. |