allowList (networkFilter) element

The allowList (networkFilter) element specifies the list of wireless LAN networks to which any machine must be allowed to connect.

<xs:element name="allowList"
    minOccurs="0"
 >
    <xs:complexType>
        <xs:sequence>
            <xs:element name="network"
                maxOccurs="unbounded"
                type="networkItemType"
                ...
             />
            <xs:any
                processContents="lax"
                minOccurs="0"
                maxOccurs="unbounded"
                namespace="##other"
             />
        </xs:sequence>
    </xs:complexType>
</xs:element>

Parent elements

Child elements

Element Type Description
network networkItemType Defines an allowed network.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]