From dd4f8efb0f489c84bb76be50d8df11c38c74bfa5 Mon Sep 17 00:00:00 2001 From: Aaron Czechowski Date: Wed, 21 Dec 2022 11:36:26 -0800 Subject: [PATCH] add maps csp --- .../client-management/mdm/policy-csp-maps.md | 205 ++++++++++-------- 1 file changed, 109 insertions(+), 96 deletions(-) diff --git a/windows/client-management/mdm/policy-csp-maps.md b/windows/client-management/mdm/policy-csp-maps.md index be48625372..4cd8a3b490 100644 --- a/windows/client-management/mdm/policy-csp-maps.md +++ b/windows/client-management/mdm/policy-csp-maps.md @@ -1,132 +1,145 @@ --- -title: Policy CSP - Maps -description: Use the Policy CSP - Maps setting to allow the download and update of map data over metered connections. +title: Maps Policy CSP +description: Learn more about the Maps Area in Policy CSP +author: vinaypamnani-msft +manager: aaroncz ms.author: vinpa -ms.topic: article +ms.date: 12/21/2022 +ms.localizationpriority: medium ms.prod: windows-client ms.technology: itpro-manage -author: vinaypamnani-msft -ms.localizationpriority: medium -ms.date: 09/27/2019 -ms.reviewer: -manager: aaroncz +ms.topic: reference --- + + + # Policy CSP - Maps -
+ + + - -## Maps policies + +## AllowOfflineMapsDownloadOverMeteredConnection -
-
- Maps/AllowOfflineMapsDownloadOverMeteredConnection -
-
- Maps/EnableOfflineMapsAutoUpdate -
-
+ +| Scope | Editions | Applicable OS | +|:--|:--|:--| +| :heavy_check_mark: Device
:x: User | :x: Home
:heavy_check_mark: Pro
:heavy_check_mark: Enterprise
:heavy_check_mark: Education
:heavy_check_mark: Windows SE | :heavy_check_mark: Windows 10, version 1607 [10.0.14393] and later | + -
+ +```Device +./Device/Vendor/MSFT/Policy/Config/Maps/AllowOfflineMapsDownloadOverMeteredConnection +``` + - -**Maps/AllowOfflineMapsDownloadOverMeteredConnection** + + +Allows the download and update of map data over metered connections. After the policy is applied, you can verify the settings in the user interface in System > Offline Maps. + - + + + -|Edition|Windows 10|Windows 11| -|--- |--- |--- | -|Home|No|No| -|Pro|Yes|Yes| -|Windows SE|No|Yes| -|Business|Yes|Yes| -|Enterprise|Yes|Yes| -|Education|Yes|Yes| + +**Description framework properties**: - -
+| Property name | Property value | +|:--|:--| +| Format | int | +| Access Type | Add, Delete, Get, Replace | +| Default Value | 65535 | + - -[Scope](./policy-configuration-service-provider.md#policy-scope): + +**Allowed values**: -> [!div class = "checklist"] -> * Device +| Value | Description | +|:--|:--| +| 0 | Disabled. Force disable auto-update over metered connection. | +| 1 | Enabled. Force enable auto-update over metered connection. | +| 65535 (Default) | Not configured. User's choice. | + -
+ + + - - -Allows the download and update of map data over metered connections. + -After the policy is applied, you can verify the settings in the user interface in **System** > **Offline Maps**. + +## EnableOfflineMapsAutoUpdate - - -The following list shows the supported values: + +| Scope | Editions | Applicable OS | +|:--|:--|:--| +| :heavy_check_mark: Device
:x: User | :x: Home
:heavy_check_mark: Pro
:heavy_check_mark: Enterprise
:heavy_check_mark: Education
:heavy_check_mark: Windows SE | :heavy_check_mark: Windows 10, version 1607 [10.0.14393] and later | + -- 0 – Disabled. Force disable auto-update over metered connection. -- 1 – Enabled. Force enable auto-update over metered connection. -- 65535 (default) – Not configured. User's choice. + +```Device +./Device/Vendor/MSFT/Policy/Config/Maps/EnableOfflineMapsAutoUpdate +``` + - - + + +Disables the automatic download and update of map data. After the policy is applied, you can verify the settings in the user interface in System > Offline Maps. + -
+ + + - -**Maps/EnableOfflineMapsAutoUpdate** + +**Description framework properties**: - +| Property name | Property value | +|:--|:--| +| Format | int | +| Access Type | Add, Delete, Get, Replace | +| Default Value | 65535 | + -|Edition|Windows 10|Windows 11| -|--- |--- |--- | -|Home|No|No| -|Pro|Yes|Yes| -|Windows SE|No|Yes| -|Business|Yes|Yes| -|Enterprise|Yes|Yes| -|Education|Yes|Yes| + +**Allowed values**: - -
+| Value | Description | +|:--|:--| +| 0 | Disabled. Force off auto-update. | +| 1 | Enabled. Force on auto-update. | +| 65535 (Default) | Not configured. User's choice. | + - -[Scope](./policy-configuration-service-provider.md#policy-scope): + +**Group policy mapping**: -> [!div class = "checklist"] -> * Device +| Name | Value | +|:--|:--| +| Name | TurnOffAutoUpdate | +| Friendly Name | Turn off Automatic Download and Update of Map Data | +| Location | Computer Configuration | +| Path | Windows Components > Maps | +| Registry Key Name | Software\Policies\Microsoft\Windows\Maps | +| Registry Value Name | AutoDownloadAndUpdateMapData | +| ADMX File Name | WinMaps.admx | + -
+ + + - - -Disables the automatic download and update of map data. + -After the policy is applied, you can verify the settings in the user interface in **System** > **Offline Maps**. + + + - - -ADMX Info: -- GP Friendly name: *Turn off Automatic Download and Update of Map Data* -- GP name: *TurnOffAutoUpdate* -- GP path: *Windows Components/Maps* -- GP ADMX file name: *WinMaps.admx* + - - -The following list shows the supported values: +## Related articles -- 0 – Disabled. Force off auto-update. -- 1 – Enabled. Force on auto-update. -- 65535 (default) – Not configured. User's choice. - - - -
- - - -## Related topics - -[Policy configuration service provider](policy-configuration-service-provider.md) \ No newline at end of file +[Policy configuration service provider](policy-configuration-service-provider.md)