From d2ea1bfe56e3d1a8a9ba2de9d22a999aee4b647e Mon Sep 17 00:00:00 2001 From: Aaron Czechowski Date: Wed, 21 Dec 2022 11:56:41 -0800 Subject: [PATCH] add admx_wlansvc csp --- .../mdm/policy-csp-admx-wlansvc.md | 293 ++++++++++-------- 1 file changed, 163 insertions(+), 130 deletions(-) diff --git a/windows/client-management/mdm/policy-csp-admx-wlansvc.md b/windows/client-management/mdm/policy-csp-admx-wlansvc.md index 4fc49cd363..bc73ff959e 100644 --- a/windows/client-management/mdm/policy-csp-admx-wlansvc.md +++ b/windows/client-management/mdm/policy-csp-admx-wlansvc.md @@ -1,190 +1,223 @@ --- -title: Policy CSP - ADMX_wlansvc -description: Policy CSP - ADMX_wlansvc +title: ADMX_wlansvc Policy CSP +description: Learn more about the ADMX_wlansvc Area in Policy CSP +author: vinaypamnani-msft +manager: aaroncz ms.author: vinpa +ms.date: 12/21/2022 ms.localizationpriority: medium -ms.topic: article ms.prod: windows-client ms.technology: itpro-manage -author: vinaypamnani-msft -ms.date: 10/27/2020 -ms.reviewer: -manager: aaroncz +ms.topic: reference --- + + + # Policy CSP - ADMX_wlansvc ->[!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). + +> [!TIP] +> Some of 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). +> 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). +> 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). + + + -
+ +## SetCost - -## ADMX_wlansvc policies + +| 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 2004 [10.0.19041.1202] and later
:heavy_check_mark: Windows 10, version 2009 [10.0.19042.1202] and later
:heavy_check_mark: Windows 10, version 21H1 [10.0.19043.1202] and later
:heavy_check_mark: Windows 11, version 21H2 [10.0.22000] and later | + -
-
- ADMX_wlansvc/SetCost -
-
- ADMX_wlansvc/SetPINEnforced -
-
- ADMX_wlansvc/SetPINPreferred -
-
+ +```Device +./Device/Vendor/MSFT/Policy/Config/ADMX_wlansvc/SetCost +``` + - -
- - -**ADMX_wlansvc/SetCost** - - - -|Edition|Windows 10|Windows 11| -|--- |--- |--- | -|Home|No|No| -|Pro|Yes|Yes| -|Windows SE|No|Yes| -|Business|Yes|Yes| -|Enterprise|Yes|Yes| -|Education|Yes|Yes| - - -
- - -[Scope](./policy-configuration-service-provider.md#policy-scope): - -> [!div class = "checklist"] -> * Device - -
- - - + + This policy setting configures the cost of Wireless LAN (WLAN) connections on the local machine. If this policy setting is enabled, a drop-down list box presenting possible cost values will be active. Selecting one of the following values from the list will set the cost of all WLAN connections on the local machine: - Unrestricted: Use of this connection is unlimited and not restricted by usage charges and capacity constraints. -- Fixed: Use of this connection isn't restricted by usage charges and capacity constraints up to a certain data limit. -- Variable: This connection is costed on a per byte basis. If this policy setting is disabled or isn't configured, the cost of Wireless LAN connections is Unrestricted by default. - +- Fixed: Use of this connection is not restricted by usage charges and capacity constraints up to a certain data limit. +- Variable: This connection is costed on a per byte basis. - -ADMX Info: -- GP Friendly name: *Set Cost* -- GP name: *IncludeCmdLine* -- GP path: *Network\WLAN Service\WLAN Media Cost* -- GP ADMX file name: *wlansvc.admx* +If this policy setting is disabled or is not configured, the cost of Wireless LAN connections is Unrestricted by default. + - - -
+ + + - -**ADMX_wlansvc/SetPINEnforced** + +**Description framework properties**: - +| Property name | Property value | +|:--|:--| +| Format | chr (string) | +| Access Type | Add, Delete, Get, Replace | + -|Edition|Windows 10|Windows 11| -|--- |--- |--- | -|Home|No|No| -|Pro|Yes|Yes| -|Windows SE|No|Yes| -|Business|Yes|Yes| -|Enterprise|Yes|Yes| -|Education|Yes|Yes| + +> [!TIP] +> This is an ADMX-backed policy and requires SyncML format for configuration. For details, see [Understanding ADMX-backed policies](./understanding-admx-backed-policies.md). - -
+**ADMX mapping**: - -[Scope](./policy-configuration-service-provider.md#policy-scope): +| Name | Value | +|:--|:--| +| Name | SetCost | +| Friendly Name | Set Cost | +| Location | Computer Configuration | +| Path | Network > WLAN Service > WLAN Media Cost | +| Registry Key Name | Software\Policies\Microsoft\Windows\Wireless\NetCost | +| ADMX File Name | wlansvc.admx | + -> [!div class = "checklist"] -> * Device + + + -
+ - - + +## SetPINEnforced + + +| 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 2004 [10.0.19041.1202] and later
:heavy_check_mark: Windows 10, version 2009 [10.0.19042.1202] and later
:heavy_check_mark: Windows 10, version 21H1 [10.0.19043.1202] and later
:heavy_check_mark: Windows 11, version 21H2 [10.0.22000] and later | + + + +```Device +./Device/Vendor/MSFT/Policy/Config/ADMX_wlansvc/SetPINEnforced +``` + + + + This policy applies to Wireless Display connections. This policy means that the use of a PIN for pairing to Wireless Display devices is required rather than optional. Conversely it means that Push Button is NOT allowed. -If this policy setting is disabled or isn't configured, by default Push Button pairing is allowed (but not necessarily preferred). +If this policy setting is disabled or is not configured, by default Push Button pairing is allowed (but not necessarily preferred). + - + + + + +**Description framework properties**: - -ADMX Info: -- GP Friendly name: *Require PIN pairing* -- GP name: *SetPINEnforced* -- GP path: *Network\Wireless Display* -- GP ADMX file name: *wlansvc.admx* +| Property name | Property value | +|:--|:--| +| Format | chr (string) | +| Access Type | Add, Delete, Get, Replace | + - - -
+ +> [!TIP] +> This is an ADMX-backed policy and requires SyncML format for configuration. For details, see [Understanding ADMX-backed policies](./understanding-admx-backed-policies.md). - -**ADMX_wlansvc/SetPINPreferred** +**ADMX mapping**: - +| Name | Value | +|:--|:--| +| Name | Wireless_Display_PINEnforced | +| Friendly Name | Require PIN pairing | +| Location | Computer Configuration | +| Path | Network > Wireless Display | +| Registry Key Name | SOFTWARE\Policies\Microsoft\WirelessDisplay | +| Registry Value Name | EnforcePinBasedPairing | +| ADMX File Name | wlansvc.admx | + -|Edition|Windows 10|Windows 11| -|--- |--- |--- | -|Home|No|No| -|Pro|Yes|Yes| -|Windows SE|No|Yes| -|Business|Yes|Yes| -|Enterprise|Yes|Yes| -|Education|Yes|Yes| + + + - -
+ - -[Scope](./policy-configuration-service-provider.md#policy-scope): + +## SetPINPreferred -> [!div class = "checklist"] -> * Device + +| 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 2004 [10.0.19041.1202] and later
:heavy_check_mark: Windows 10, version 2009 [10.0.19042.1202] and later
:heavy_check_mark: Windows 10, version 21H1 [10.0.19043.1202] and later
:heavy_check_mark: Windows 11, version 21H2 [10.0.22000] and later | + -
+ +```Device +./Device/Vendor/MSFT/Policy/Config/ADMX_wlansvc/SetPINPreferred +``` + - - + + This policy applies to Wireless Display connections. This policy changes the preference order of the pairing methods. When enabled, it makes the connections to prefer a PIN for pairing to Wireless Display devices over the Push Button pairing method. -If this policy setting is disabled or isn't configured, by default Push Button pairing is preferred (if allowed by other policies). +If this policy setting is disabled or is not configured, by default Push Button pairing is preferred (if allowed by other policies). + - + + + + +**Description framework properties**: - -ADMX Info: -- GP Friendly name: *Prefer PIN pairing* -- GP name: *SetPINPreferred* -- GP path: *Network\Wireless Display* -- GP ADMX file name: *wlansvc.admx* +| Property name | Property value | +|:--|:--| +| Format | chr (string) | +| Access Type | Add, Delete, Get, Replace | + - - -
+ +> [!TIP] +> This is an ADMX-backed policy and requires SyncML format for configuration. For details, see [Understanding ADMX-backed policies](./understanding-admx-backed-policies.md). +**ADMX mapping**: +| Name | Value | +|:--|:--| +| Name | Wireless_Display_PINPreferred | +| Friendly Name | Prefer PIN pairing | +| Location | Computer Configuration | +| Path | Network > Wireless Display | +| Registry Key Name | SOFTWARE\Policies\Microsoft\WirelessDisplay | +| Registry Value Name | PreferPinBasedPairing | +| ADMX File Name | wlansvc.admx | + - + + + + + + + + + + + +## Related articles + +[Policy configuration service provider](policy-configuration-service-provider.md)