Description: Adds one or more filters to an image on a WDS server. Syntax: WDSUTIL Options /Add-ImageFilter /Server: /Image: ...

Description: Adds one or more filters to an image on a WDS server.

Syntax:
WDSUTIL [Options]
        /Add-ImageFilter
        /Server:
        /Image:
        /ImageType:Install
        [/ImageGroup:]
        [/Filename:]
        /FilterType:
        /Policy:{Include | Exclude}
        /Value: [/Value: ...]

[/Server:]
        The name of the WDS server. This can be either the NetBIOS
        name or the FQDN. If not specified, the local server will be
        used.

/Image:
        The name of the image.

/ImageType:Install
        The type of the image. Only Install images are supported.

[/ImageGroup:]
        The image group containing the image.  If not specified and
        only one image group exists on the server, that image group
        will be used by default. If more than one image group exists
        on the server, then the image group must be specified.

[/Filename:]
        If the image cannot be uniquely identified by name, the file
        name must be specified.

/FilterType:
        The type of the filter to add to the image.   can
        be BiosVendor, BiosVersion, ChassisType, Manufacturer, Model,
        UUID or DeviceGroup.  You can specify multiple filter
        types in a single command. Each filter type must be followed
        by /Policy and at least one /Value.

/Policy:{Include | Exclude}
        If /Policy is set to Include, client computers that match the
        filter are allowed to install the image. If /Policy is set to
        Exclude, then client computers that match the filter are not
        allowed to install this image.