From 864a75ec841d0d03ead1cb71385ff147e515a0e4 Mon Sep 17 00:00:00 2001
From: aendrawos <91459443+aendrawos@users.noreply.github.com>
Date: Tue, 10 Jan 2023 17:30:06 +0200
Subject: [PATCH 1/2] Update understanding-admx-backed-policies.md
The tool is supposed to encode and decode (it was written "encoding and encoding")
---
windows/client-management/understanding-admx-backed-policies.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/windows/client-management/understanding-admx-backed-policies.md b/windows/client-management/understanding-admx-backed-policies.md
index 4a730f6508..66e765ef29 100644
--- a/windows/client-management/understanding-admx-backed-policies.md
+++ b/windows/client-management/understanding-admx-backed-policies.md
@@ -237,7 +237,7 @@ Below is the internal OS mapping of a Group Policy to an MDM area and name. This
`./[Device|User]/Vendor/MSFT/Policy/Config/[config|result]//`
-The data payload of the SyncML needs to be encoded so that it doesn't conflict with the boilerplate SyncML XML tags. Use this online tool for encoding and encoding the policy data [Coder's Toolbox](http://coderstoolbox.net/string/#!encoding=xml&action=encode&charset=us_ascii)
+The data payload of the SyncML needs to be encoded so that it doesn't conflict with the boilerplate SyncML XML tags. Use this online tool for encoding and decoding the policy data [Coder's Toolbox](http://coderstoolbox.net/string/#!encoding=xml&action=encode&charset=us_ascii)
**Snippet of manifest for AppVirtualization area:**
From 120ecfb6a61d0dadf35af3040ef536c63d786b70 Mon Sep 17 00:00:00 2001
From: Aaron Czechowski
Date: Tue, 10 Jan 2023 17:25:41 -0800
Subject: [PATCH 2/2] make url https
---
.../client-management/understanding-admx-backed-policies.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/windows/client-management/understanding-admx-backed-policies.md b/windows/client-management/understanding-admx-backed-policies.md
index 66e765ef29..344d0eb5a7 100644
--- a/windows/client-management/understanding-admx-backed-policies.md
+++ b/windows/client-management/understanding-admx-backed-policies.md
@@ -1,6 +1,6 @@
---
title: Understanding ADMX policies
-description: In Windows 10, you can use ADMX policies for Windows 10 mobile device management (MDM) across Windows 10 devices.
+description: You can use ADMX policies for Windows mobile device management (MDM) across Windows devices.
ms.author: vinpa
ms.topic: article
ms.prod: windows-client
@@ -237,7 +237,7 @@ Below is the internal OS mapping of a Group Policy to an MDM area and name. This
`./[Device|User]/Vendor/MSFT/Policy/Config/[config|result]//`
-The data payload of the SyncML needs to be encoded so that it doesn't conflict with the boilerplate SyncML XML tags. Use this online tool for encoding and decoding the policy data [Coder's Toolbox](http://coderstoolbox.net/string/#!encoding=xml&action=encode&charset=us_ascii)
+The data payload of the SyncML needs to be encoded so that it doesn't conflict with the boilerplate SyncML XML tags. Use this online tool for encoding and decoding the policy data [Coder's Toolbox](https://coderstoolbox.net/string/#!encoding=xml&action=encode&charset=us_ascii).
**Snippet of manifest for AppVirtualization area:**