Update reporting-csp.md

This commit is contained in:
Asha Iyengar 2021-03-05 08:48:03 +05:30 committed by GitHub
parent 398448b51f
commit 8bdb5b77a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.
<a href="" id="retrievebycount"></a>**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.
<a href="" id="logs"></a>**Logs**
Contains the reporting logs.