diff --git a/windows/client-management/mdm/wirednetwork-csp.md b/windows/client-management/mdm/wirednetwork-csp.md
index 25003242b3..7d03ef8177 100644
--- a/windows/client-management/mdm/wirednetwork-csp.md
+++ b/windows/client-management/mdm/wirednetwork-csp.md
@@ -1,7 +1,7 @@
---
title: WiredNetwork CSP
description: Learn more about the WiredNetwork CSP.
-ms.date: 03/12/2025
+ms.date: 05/14/2025
ms.topic: generated-reference
---
@@ -32,7 +32,7 @@ The following list shows the WiredNetwork configuration service provider nodes:
| Scope | Editions | Applicable OS |
|:--|:--|:--|
-| ✅ Device
✅ User | ✅ Pro
✅ Enterprise
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later |
+| ✅ Device
✅ User | ✅ Pro
✅ Enterprise
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later
✅ Windows 11, version 21H2 [10.0.22000] and later |
@@ -72,7 +72,7 @@ Enable block period (minutes), used to specify the duration for which automatic
| Scope | Editions | Applicable OS |
|:--|:--|:--|
-| ✅ Device
✅ User | ✅ Pro
✅ Enterprise
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later |
+| ✅ Device
✅ User | ✅ Pro
✅ Enterprise
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later
✅ Windows 11, version 21H2 [10.0.22000] and later |
@@ -88,6 +88,11 @@ XML describing the wired network configuration and follows the LAN_profile schem
+The profile XML must be escaped, as shown in the following examples.
+
+> [!NOTE]
+> If you need to specify other advanced conditions, such as specifying criteria for certificates that can be used by the LAN profile, you can do so by specifying this through the [EapHostConfig](/windows/win32/eaphost/eaphostconfigschema-eaphostconfig-element) portion of the LanXML ([LANProfile](/windows/win32/nativewifi/lan-profileschema-schema) > [MSM](/windows/win32/nativewifi/lan-profileschema-msm-lanprofile-element) > [security](/windows/win32/nativewifi/lan-profileschema-security-msm-element) > [OneX](/windows/win32/nativewifi/onexschema-onex-element) > EAPConfig). For more information, see [EAP configuration](./eap-configuration.md) and [Extensible Authentication Protocol (EAP) for network access](/windows-server/networking/technologies/extensible-authentication-protocol/network-access).
+
@@ -101,6 +106,7 @@ XML describing the wired network configuration and follows the LAN_profile schem
+See [Examples](#examples).
@@ -111,7 +117,7 @@ XML describing the wired network configuration and follows the LAN_profile schem
| Scope | Editions | Applicable OS |
|:--|:--|:--|
-| ✅ Device
✅ User | ✅ Pro
✅ Enterprise
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later |
+| ✅ Device
✅ User | ✅ Pro
✅ Enterprise
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later
✅ Windows 11, version 21H2 [10.0.22000] and later |
@@ -151,7 +157,7 @@ Enable block period (minutes), used to specify the duration for which automatic
| Scope | Editions | Applicable OS |
|:--|:--|:--|
-| ✅ Device
✅ User | ✅ Pro
✅ Enterprise
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later |
+| ✅ Device
✅ User | ✅ Pro
✅ Enterprise
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later
✅ Windows 11, version 21H2 [10.0.22000] and later |
@@ -167,6 +173,7 @@ XML describing the wired network configuration and follows the LAN_profile schem
+For more information, see [Device/LanXML](#devicelanxml).
@@ -188,7 +195,7 @@ XML describing the wired network configuration and follows the LAN_profile schem
## Examples
-The following example shows how to add a wired network profile:
+The following example shows how to add a wired network profile that authenticates with PEAP-MSCHAPv2:
```xml
@@ -202,7 +209,7 @@ The following example shows how to add a wired network profile:
chr
- falsetrue2500025falsetruefalse26falsefalsefalsetruefalsetrue
+ falsetrue2500025falsetruefalse26falsefalsefalsetruefalsetrue]]>
@@ -214,4 +221,6 @@ The following example shows how to add a wired network profile:
## Related articles
-[Configuration service provider reference](configuration-service-provider-reference.md)
+* [Configuration service provider reference](configuration-service-provider-reference.md)
+* [Extensible Authentication Protocol (EAP) for network access](/windows-server/networking/technologies/extensible-authentication-protocol/network-access)
+* [Configure EAP profiles and settings in Windows](/windows-server/networking/technologies/extensible-authentication-protocol/configure-eap-profiles)