networkFilter (WLANPolicy) element

The networkFilter (WLANPolicy) element defines the list of allowed and denied networks for machines.

<xs:element name="networkFilter"
    minOccurs="0"
 >
    <xs:complexType>
        <xs:sequence>
            <xs:element name="allowList"
                minOccurs="0"
                ...
             />
            <xs:element name="blockList"
                minOccurs="0"
                ...
             />
            <xs:element name="denyAllIBSS"
                minOccurs="0"
                type="boolean"
             />
            <xs:element name="denyAllESS"
                minOccurs="0"
                type="boolean"
             />
            <xs:any
                processContents="lax"
                minOccurs="0"
                maxOccurs="unbounded"
                namespace="##other"
             />
        </xs:sequence>
    </xs:complexType>
</xs:element>

Parent elements

Child elements

Element Type Description
allowList Specifies the list of wireless LAN networks to which any machine must be allowed to connect.
blockList Specifies the list of wireless LAN networks to which a machine must not connect.
denyAllIBSS boolean Specifies if access to all ad-hoc networks is blocked.
denyAllESS boolean Specifies if access to all infrastructure networks is blocked.

denyAllIBSS

The denyAllIBSS (networkFilter) element specifies if access to all ad-hoc networks is blocked. When denyAllIBSS has a value of TRUE, machines cannot connect to an ad-hoc network; otherwise, machines may connect to ad-hoc networks.

The default value for this element is FALSE. If denyAllIBSS is not specified in a profile, then by default machines may connect to ad-hoc networks.

denyAllESS

The denyAllESS (networkFilter) element specifies if access to all infrastructure networks is blocked. When denyAllESS has a value of TRUE, machines cannot connect to an infrastructure network; otherwise, machines may connect to infrastructure networks.

The default value for this element is FALSE. If denyAllESS is not specified in a profile, then by default machines may connect to infrastructure networks.

Requirements

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