Description: Modifies one or more existing image filters on a WDS server. Syntax: WDSUTIL Options /Set-ImageFilter /Server: ...

Description: Modifies one or more existing image filters on a WDS server.

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

[/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.