network (blockList) element

The network (blockList) element defines a blocked network. A machine cannot connect to a blocked network.

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

Parent elements

Child elements

Element Type Description
networkName networkNameType Specifies the service set identifier (SSID) of the wireless network.
networkType networkTypeType Specifies a network type.

networkName

Specifies the service set identifier (SSID) of the wireless network.

networkType

Specifies a network type. There are two types of networks: infrastructure networks (ESS) and ad-hoc networks (IBSS).

Requirements

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