Update windows/client-management/mdm/diagnosticlog-csp.md

Co-authored-by: Trond B. Krokli <38162891+illfated@users.noreply.github.com>
This commit is contained in:
Denise Vangel-MSFT
2021-01-05 08:27:27 -08:00
committed by GitHub
parent 992b91e40a
commit 7b72252cdd

View File

@ -244,6 +244,7 @@ DirectiveNumber DirectiveHRESULT DirectiveInput
```
The next example extracts the zip archive into a customized flattened file structure. Each file name includes the directive number, HRESULT, and so on. This example could be customized to make different choices about what information to include in the file names and what formatting choices to make for special characters.
```powershell
param( $DiagnosticArchiveZipPath = "C:\DiagArchiveExamples\DiagLogs-MYDEVICE-20201202T182748Z.zip" )