From 8bdb5b77a38c01166db34464e95add57735d139d Mon Sep 17 00:00:00 2001 From: Asha Iyengar Date: Fri, 5 Mar 2021 08:48:03 +0530 Subject: [PATCH] Update reporting-csp.md --- windows/client-management/mdm/reporting-csp.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/client-management/mdm/reporting-csp.md b/windows/client-management/mdm/reporting-csp.md index efa527ae2d..c8bc78834a 100644 --- a/windows/client-management/mdm/reporting-csp.md +++ b/windows/client-management/mdm/reporting-csp.md @@ -17,7 +17,7 @@ ms.date: 06/26/2017 The Reporting configuration service provider is used to retrieve Windows Information Protection (formerly known as Enterprise Data Protection) and security auditing logs. This CSP was added in Windows 10, version 1511. -The following shows the Reporting configuration service provider in tree format. +The following DDF format shows the Reporting configuration service provider in tree format. ``` ./Vendor/MSFT Reporting @@ -52,7 +52,7 @@ Here are the other possible scenarios: - If the StartTime is specified, but the StopTime is not specified, then all that logs that exist from the StartTime are returned. **RetrieveByCount** -Interior node for retrieving a specified number of logs from the StartTime. The StartTime is expressed in ISO 8601 format. You can set the number of logs required by setting LogCount and StartTime. It returns the specified number of log or less, if the total number logs is less than LogCount. +Interior node for retrieving a specified number of logs from the StartTime. The StartTime is expressed in ISO 8601 format. You can set the number of logs required by setting LogCount and StartTime. It returns the specified number of logs or less, if the total number of logs is less than LogCount. **Logs** Contains the reporting logs.