---
title: WiredNetwork CSP
description: Learn more about the WiredNetwork CSP.
ms.date: 01/18/2024
---
# WiredNetwork CSP
The WiredNetwork configuration service provider (CSP) is used by the enterprise to configure wired Internet on devices that don't have group policy to enable them to access corporate Internet over ethernet.
The following list shows the WiredNetwork configuration service provider nodes:
- ./Device/Vendor/MSFT/WiredNetwork
- [EnableBlockPeriod](#deviceenableblockperiod)
- [LanXML](#devicelanxml)
- ./User/Vendor/MSFT/WiredNetwork
- [EnableBlockPeriod](#userenableblockperiod)
- [LanXML](#userlanxml)
## Device/EnableBlockPeriod
| Scope | Editions | Applicable OS |
|:--|:--|:--|
| ✅ Device
✅ User | ✅ Pro
✅ Enterprise
✅ Education
✅ Windows SE
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later |
```Device
./Device/Vendor/MSFT/WiredNetwork/EnableBlockPeriod
```
Enable block period (minutes), used to specify the duration for which automatic authentication attempts will be blocked from occurring after a failed authentication attempt.
**Description framework properties**:
| Property name | Property value |
|:--|:--|
| Format | `int` |
| Access Type | Add, Delete, Get, Replace |
| Allowed Values | Range: `[0-4294967295]` |
## Device/LanXML
| Scope | Editions | Applicable OS |
|:--|:--|:--|
| ✅ Device
✅ User | ✅ Pro
✅ Enterprise
✅ Education
✅ Windows SE
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later |
```Device
./Device/Vendor/MSFT/WiredNetwork/LanXML
```
XML describing the wired network configuration and follows the LAN_profile schemas
**Description framework properties**:
| Property name | Property value |
|:--|:--|
| Format | `chr` (string) |
| Access Type | Add, Delete, Get, Replace |
## User/EnableBlockPeriod
| Scope | Editions | Applicable OS |
|:--|:--|:--|
| ✅ Device
✅ User | ✅ Pro
✅ Enterprise
✅ Education
✅ Windows SE
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later |
```User
./User/Vendor/MSFT/WiredNetwork/EnableBlockPeriod
```
Enable block period (minutes), used to specify the duration for which automatic authentication attempts will be blocked from occurring after a failed authentication attempt.
**Description framework properties**:
| Property name | Property value |
|:--|:--|
| Format | `int` |
| Access Type | Add, Delete, Get, Replace |
| Allowed Values | Range: `[0-4294967295]` |
## User/LanXML
| Scope | Editions | Applicable OS |
|:--|:--|:--|
| ✅ Device
✅ User | ✅ Pro
✅ Enterprise
✅ Education
✅ Windows SE
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later |
```User
./User/Vendor/MSFT/WiredNetwork/LanXML
```
XML describing the wired network configuration and follows the LAN_profile schemas
**Description framework properties**:
| Property name | Property value |
|:--|:--|
| Format | `chr` (string) |
| Access Type | Add, Delete, Get, Replace |
## Examples
The following example shows how to add a wired network profile:
```xml
1
-
./Device/Vendor/MSFT/WiredNetwork/LanXML
chr
falsetrue2500025falsetruefalse26falsefalsefalsetruefalsetrue
```
## Related articles
[Configuration service provider reference](configuration-service-provider-reference.md)