From 0b0238290e56dbf80e94f1c6bbfaf5c4a223a847 Mon Sep 17 00:00:00 2001 From: Thomas Pike Date: Thu, 25 Jun 2020 22:41:19 +1000 Subject: [PATCH] Characters need to be escaped so tags are displayed --- windows/client-management/mdm/applicationcontrol-csp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/client-management/mdm/applicationcontrol-csp.md b/windows/client-management/mdm/applicationcontrol-csp.md index 9cb53ea100..ea0defab04 100644 --- a/windows/client-management/mdm/applicationcontrol-csp.md +++ b/windows/client-management/mdm/applicationcontrol-csp.md @@ -123,7 +123,7 @@ For customers using Intune standalone or hybrid management with Configuration Ma In order to leverage the ApplicationControl CSP without using Intune, you must: -1. Know a generated policy's GUID, which can be found in the policy xml as or for pre-1903 systems. +1. Know a generated policy's GUID, which can be found in the policy xml as `` or `` for pre-1903 systems. 2. Convert the policies to binary format using the ConvertFrom-CIPolicy cmdlet in order to be deployed. The binary policy may be signed or unsigned. 3. Create a policy node (a Base64-encoded blob of the binary policy representation) using the certutil -encode command line tool.