Updated articles with grammar, headings, bullets, and lists.

This commit is contained in:
Shesh
2022-03-31 17:55:11 +05:30
parent 6ef35056d2
commit 45a7a66f4e
2 changed files with 16 additions and 23 deletions

View File

@ -14,7 +14,6 @@ ms.date: 06/26/2017
# Reporting CSP
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 DDF format shows the Reporting configuration service provider in tree format.
@ -36,7 +35,7 @@ Reporting
```
<a href="" id="reporting"></a>**Reporting**
Root node.
The root node for the reporting configuration service provider.
<a href="" id="reporting-enterprisedataprotection"></a>**Reporting/EnterpriseDataProtection**
Interior node for retrieving the Windows Information Protection (formerly known as Enterprise Data Protection) logs.
@ -54,7 +53,7 @@ Here are the other possible scenarios:
- If the StartTime and StopTime are not specified, then it returns all existing logs.
- If the StopTime is specified, but the StartTime is not specified, then all logs that exist before the StopTime are returned.
- If the StartTime is specified, but the StopTime is not specified, then all that logs that exist from the StartTime are returned.
- If the StartTime is specified, but the StopTime is not specified, then all those 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 logs or less, if the total number of logs is less than LogCount.
@ -62,37 +61,32 @@ Interior node for retrieving a specified number of logs from the StartTime. The
<a href="" id="logs"></a>**Logs**
Contains the reporting logs.
Value type is XML.
Supported operations is Get.
- Value type is XML.
- Supported operations is Get.
<a href="" id="starttime"></a>**StartTime**
Specifies the starting time for retrieving logs.
Value type is string. Use ISO 8601 format.
Supported operations are Get and Replace.
- Value type is string. Use ISO 8601 format.
- Supported operations are Get and Replace.
<a href="" id="stoptime"></a>**StopTime**
Specifies the ending time for retrieving logs.
Value type is string. Use ISO 8601 format.
Supported operations are Get and Replace.
- Value type is string. Use ISO 8601 format.
- Supported operations are Get and Replace.
<a href="" id="type"></a>**Type**
Added in Windows 10, version 1703. Specifies the type of logs to retrieve. You can use this to retrieve the WIP learning logs.
Value type is integer.
Supported operations are Get and Replace.
- Value type is integer.
- Supported operations are Get and Replace.
<a href="" id="logcount"></a>**LogCount**
Specifies the number of logs to retrieve from the StartTime.
Value type is int.
Supported operations are Get and Replace.
- Value type is int.
- Supported operations are Get and Replace.
## Example

View File

@ -14,7 +14,6 @@ ms.date: 12/05/2017
# Reporting DDF file
This topic shows the OMA DM device description framework (DDF) for the Reporting configuration service provider. This CSP was added in Windows 10, version 1511. Support for desktop security auditing was added for the desktop in Windows 10, version 1607.
Looking for the DDF XML files? See [CSP DDF files download](configuration-service-provider-reference.md#csp-ddf-files-download).
@ -73,7 +72,7 @@ The XML below is the current version for the desktop CSP.
<AccessType>
<Get />
</AccessType>
<Description>A time range is supported by setting a start and stop time in ISO 8601 format. If the start/stop value is not preset and a GetValue is called to RetrieveByTimeRange then the missing values will be interpreted as either the first existing or the last existing. For example, not setting a start date and setting an end date will return all known logs that exist before the end date. Setting a start date but not an end date will return all the logs that exist from the start date. Not setting a start and end date will return all logs.</Description>
<Description>A time range is supported by setting a start and stop time in ISO 8601 format. If the start/stop value is not preset and a GetValue is called to RetrieveByTimeRange, then the missing values will be interpreted as either the first existing or the last existing. For example, not setting a start date, and setting an end date will return all known logs that exist before the end date. Setting a start date but not an end date will return all the logs that exist from the start date. Not setting a start and end date will return all logs.</Description>
<DFFormat>
<node />
</DFFormat>
@ -159,7 +158,7 @@ The XML below is the current version for the desktop CSP.
<Replace />
</AccessType>
<DefaultValue>0</DefaultValue>
<Description>Specifies the type of logs to retrieve</Description>
<Description>Specifies the type of logs to retrieve.</Description>
<DFFormat>
<int />
</DFFormat>
@ -181,7 +180,7 @@ The XML below is the current version for the desktop CSP.
<AccessType>
<Get />
</AccessType>
<Description>The count range will return the configured number of logs starting from the StartTime value. The start time is expressed in ISO8601 formt. The caller will configure the number of desired logs by calling set on the LogCount and StartTime, then retrieve the logs by calling get on Logs node. The call will return the number of desired logs or less if the total number of logs are less than the desired number of logs. The logs are returned from StartTime forward.</Description>
<Description>The count range will return the configured number of logs starting from the StartTime value. The start time is expressed in ISO8601 format. The caller will configure the number of desired logs by calling set on the LogCount and StartTime, and then retrieve the logs by calling get on Logs node. The call will return the number of desired logs or less, if the total number of logs are less than the desired number of logs. The logs are returned from StartTime forward.</Description>
<DFFormat>
<node />
</DFFormat>
@ -266,7 +265,7 @@ The XML below is the current version for the desktop CSP.
<Replace />
</AccessType>
<DefaultValue>0</DefaultValue>
<Description>Specifies the type of logs to retrieve</Description>
<Description>Specifies the type of logs to retrieve.</Description>
<DFFormat>
<int />
</DFFormat>