LANPolicy Element
The LANPolicy element contains a wired LAN policy. This element is the unique root element for a wired network policy profile.
The target namespace for the LANPolicy element is https://www.microsoft.com/networking/LAN/policy/v1
.
<xs:element name="LANPolicy">
<xs:complexType>
<xs:sequence>
<xs:element name="name"
type="nameType"
/>
<xs:element name="description"
type="nameType"
minOccurs="0"
/>
<xs:element name="globalFlags">
<xs:complexType>
<xs:sequence>
<xs:element name="enableAutoConfig"
type="boolean"
/>
<xs:any
processContents="lax"
minOccurs="0"
maxOccurs="unbounded"
namespace="##other"
/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="profileList"
minOccurs="0"
>
<xs:complexType>
<xs:sequence>
<xs:any
processContents="lax"
maxOccurs="unbounded"
namespace="##other"
/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:any
processContents="lax"
minOccurs="0"
maxOccurs="unbounded"
namespace="##other"
/>
</xs:sequence>
</xs:complexType>
</xs:element>
Child elements
Element | Type | Description |
---|---|---|
description | nameType | Contains the description of a wired LAN policy. |
enableAutoConfig | boolean | Specifies whether machines use the built-in automatic configuration service to manage connections to wired networks that require layer 2 authentication (such as 802.1X). |
globalFlags | Contains the global settings for the automatic configuration of wired networks. |
|
name | nameType | Contains the name of a wired LAN policy. |
profileList | Contains a list of profiles to be applied at the domain or machine level. |
Remarks
To view the list of child elements in a tree-like structure, see LAN_policy Schema Elements.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |