From 7b72252cdd8942bc40a8a4641b1bef65cc65de70 Mon Sep 17 00:00:00 2001 From: Denise Vangel-MSFT Date: Tue, 5 Jan 2021 08:27:27 -0800 Subject: [PATCH] Update windows/client-management/mdm/diagnosticlog-csp.md Co-authored-by: Trond B. Krokli <38162891+illfated@users.noreply.github.com> --- windows/client-management/mdm/diagnosticlog-csp.md | 1 + 1 file changed, 1 insertion(+) diff --git a/windows/client-management/mdm/diagnosticlog-csp.md b/windows/client-management/mdm/diagnosticlog-csp.md index b43f7053b8..53237c0460 100644 --- a/windows/client-management/mdm/diagnosticlog-csp.md +++ b/windows/client-management/mdm/diagnosticlog-csp.md @@ -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" )