Description: Removes one or more filters from an image on a WDS server. Syntax: WDSUTIL Options /Remove-ImageFilter /Server: ...

Description: Removes one or more filters from an image on a WDS server.

Syntax:
WDSUTIL [Options]
        /Remove-ImageFilter
        /Server:
        /Image:
        /ImageType:Install
          [/ImageGroup:]
          [/Filename:]
        /FilterType:

[/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 remove from the image. 
        can be BiosVendor, BiosVersion, ChassisType, Manufacturer,
        Model, UUID or DeviceGroup.  You can specify multiple
        filter types in a single command.

EXAMPLES:
---------
WDSUTIL /Remove-ImageFilter /Image:"Windows Vista with Office"
/ImageType:Install /FilterType:Manufacturer


WDSUTIL /Remove-ImageFilter /Image:"Windows Vista with Office"
/Server:MyWDSServer /ImageType:Install /ImageGroup:ImageGroup1
/FilterType:Manufacturer /FilterType:ChassisType