blockList (networkFilter) element
- Article
-
-
The blockList (networkFilter) element specifies the list of wireless LAN networks to which a machine must not connect.
<xs:element name="blockList"
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
Requirements
Requirement |
Value |
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |