From 0489d93d44e6e9d7eed8226126df8f11c17c2a57 Mon Sep 17 00:00:00 2001 From: Alekhya Jupudi <89069896+alekyaj@users.noreply.github.com> Date: Wed, 24 Aug 2022 14:21:38 +0530 Subject: [PATCH] Policy CSP: WindowsPackageManager The updates here are made as per policy id: 4251. Thanks! --- .../policy-configuration-service-provider.md | 7 ++ .../policy-csp-admx-windowspackagemanager.md | 88 +++++++++++++++++++ windows/client-management/mdm/toc.yml | 2 + 3 files changed, 97 insertions(+) create mode 100644 windows/client-management/mdm/policy-csp-admx-windowspackagemanager.md diff --git a/windows/client-management/mdm/policy-configuration-service-provider.md b/windows/client-management/mdm/policy-configuration-service-provider.md index 3b79fcf245..0360b4d417 100644 --- a/windows/client-management/mdm/policy-configuration-service-provider.md +++ b/windows/client-management/mdm/policy-configuration-service-provider.md @@ -5173,6 +5173,13 @@ dfsdiscoverdc">ADMX_DFS/DFSDiscoverDC +### ADMX_WindowsPackageManager policies +
+
+ ADMX_WindowsPackageManager/EnableAdditionalSources +
+
+ ### ADMX_WindowsRemoteManagement policies
diff --git a/windows/client-management/mdm/policy-csp-admx-windowspackagemanager.md b/windows/client-management/mdm/policy-csp-admx-windowspackagemanager.md new file mode 100644 index 0000000000..032878f3ff --- /dev/null +++ b/windows/client-management/mdm/policy-csp-admx-windowspackagemanager.md @@ -0,0 +1,88 @@ +--- +title: Policy CSP - ADMX_WindowsPackageManager +description: Learn about the Policy CSP - ADMX_WindowsPackageManager. +ms.author: aljupudi +ms.localizationpriority: medium +ms.topic: article +ms.prod: w10 +ms.technology: windows +author: aljupudi +ms.date: 08/24/2022 +ms.reviewer: +manager: aaroncz +--- + +# Policy CSP - ADMX_WindowsPackageManager +>[!TIP] +> These are ADMX-backed policies and require a special SyncML format to enable or disable. For details, see [Understanding ADMX-backed policies](./understanding-admx-backed-policies.md). +> +> You must specify the data type in the SyncML as <Format>chr</Format>. For an example SyncML, refer to [Enabling a policy](./understanding-admx-backed-policies.md#enabling-a-policy). +> +> The payload of the SyncML must be XML-encoded; for this XML encoding, there are a variety of online encoders that you can use. To avoid encoding the payload, you can use CDATA if your MDM supports it. For more information, see [CDATA Sections](http://www.w3.org/TR/REC-xml/#sec-cdata-sect). + + +
+ + +## ADMX_WindowsPackageManager policies + +
+
+ ADMX_WindowsPackageManager/EnableAdditionalSources +
+
+ + +
+ + +**ADMX_WindowsPackageManager/EnableAdditionalSources** + + + +|Edition|Windows 10|Windows 11| +|--- |--- |--- | +|Home|No|No| +|Pro|Yes|Yes| +|Windows SE|Yes|Yes| +|Business|Yes|Yes| +|Enterprise|Yes|Yes| +|Education|Yes|Yes| + + + +
+ + +[Scope](./policy-configuration-service-provider.md#policy-scope): + +> [!div class = "checklist"] +> * Device + +
+ + + +This policy controls additional sources approved for users to configure using [Windows Package Manager](/windows/package-manager/). + +If you do not configure this setting, users will be able to add or remove additional sources other than those configured by policy. + +If you enable this setting, only the sources specified can be added or removed from Windows Package Manager. The representation for each allowed source can be obtained from installed sources using [*winget source export*](/windows/package-manager/winget/). + +If you disable this setting, no additional sources can be configured by the user for Windows Package Manager. + + + + +ADMX Info: +- GP Friendly name: *Enable Additional Windows Package Manager Sources* +- GP name: *EnableAdditionalSources* +- GP path: *Administrative Templates\Windows Components\App Package Deployment* +- GP ADMX file name: *AppxPackageManager.admx* + + + + +
+ + \ No newline at end of file diff --git a/windows/client-management/mdm/toc.yml b/windows/client-management/mdm/toc.yml index 859cfd31fa..1454b1bbdf 100644 --- a/windows/client-management/mdm/toc.yml +++ b/windows/client-management/mdm/toc.yml @@ -617,6 +617,8 @@ items: href: policy-csp-admx-windowsmediadrm.md - name: ADMX_WindowsMediaPlayer href: policy-csp-admx-windowsmediaplayer.md + - name: ADMX_WindowsPackageManager + href: policy-csp-admx-windowspackagemanager.md - name: ADMX_WindowsRemoteManagement href: policy-csp-admx-windowsremotemanagement.md - name: ADMX_WindowsStore