From 64cd49d15cc44b6041550671592b071a864ce992 Mon Sep 17 00:00:00 2001 From: MatthewMWR Date: Fri, 8 Jan 2021 10:38:09 -0800 Subject: [PATCH] Update windows/client-management/mdm/diagnosticlog-csp.md Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com> --- windows/client-management/mdm/diagnosticlog-csp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/client-management/mdm/diagnosticlog-csp.md b/windows/client-management/mdm/diagnosticlog-csp.md index 2886684560..88bc21ea43 100644 --- a/windows/client-management/mdm/diagnosticlog-csp.md +++ b/windows/client-management/mdm/diagnosticlog-csp.md @@ -229,7 +229,7 @@ Administrators can apply automation to 'results.xml' to create their own preferr ```powershell Select-XML -Path results.xml -XPath '//RegistryKey | //Command | //Events | //FoldersFiles' | Foreach-Object -Begin {$i=1} -Process { [pscustomobject]@{DirectiveNumber=$i; DirectiveHRESULT=$_.Node.HRESULT; DirectiveInput=$_.Node.('#text')} ; $i++} ``` -This example produces output similar to the following. +This example produces output similar to the following: ``` DirectiveNumber DirectiveHRESULT DirectiveInput --------------- ---------------- --------------