mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-18 11:53:37 +00:00
Update diagnosticlog-csp.md
This commit is contained in:
@ -247,7 +247,13 @@ la--- 1/4/2021 2:45 PM 2
|
|||||||
la--- 12/2/2020 6:27 PM 2701 results.xml
|
la--- 12/2/2020 6:27 PM 2701 results.xml
|
||||||
```
|
```
|
||||||
Each data gathering directive from the original `Collection` XML corresponds to a folder in the output.
|
Each data gathering directive from the original `Collection` XML corresponds to a folder in the output.
|
||||||
For example, the first directive was:<RegistryKey HRESULT="0">HKLM\Software\Policies</RegistryKey>
|
For example, the first directive was:
|
||||||
|
|
||||||
|
```xml
|
||||||
|
<Collection HRESULT="0">
|
||||||
|
<RegistryKey HRESULT="0">HKLM\Software\Policies</RegistryKey>
|
||||||
|
</Collection>
|
||||||
|
```
|
||||||
then folder `1` will contain the corresponding `export.reg` file.
|
then folder `1` will contain the corresponding `export.reg` file.
|
||||||
|
|
||||||
The `results.xml` file is the authoritative map to the output. It includes a status code for each directive. The order of the directives in the file corresponds to the order of the output folders. Using `results.xml` the administrator can see what data was gathered, what failures may have occurred, and which folders contain which output. For example, the following `results.xml` content indicates that registry export of HKLM\Software\Policies was successful and the data can be found in folder `1`. It also indicates that `netsh.exe wlan show profiles` command failed.
|
The `results.xml` file is the authoritative map to the output. It includes a status code for each directive. The order of the directives in the file corresponds to the order of the output folders. Using `results.xml` the administrator can see what data was gathered, what failures may have occurred, and which folders contain which output. For example, the following `results.xml` content indicates that registry export of HKLM\Software\Policies was successful and the data can be found in folder `1`. It also indicates that `netsh.exe wlan show profiles` command failed.
|
||||||
|
Reference in New Issue
Block a user