/Policy:{Include | Exclude} The new policy to be set on the filter. If /Policy is set to Include, client computers that match ...

  [/Policy:{Include | Exclude}]
        The new policy to be set on the filter.  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 the
        image. If /Policy is omitted then the existing policy on the
        filter will remain unchanged.

  [/AddValue:] [/AddValue:] ...
        The new client value to add to the filter. You can specify
        multiple values for a single filter type. See the following
        list for valid values for certain filter types.

  [/RemoveValue:] [/RemoveValue:] ...
        The existing client value to remove from the filter. You can
        specify multiple values for a single filter type. See the
        following list for valid values for certain filter types.

Valid Filter Values:
====================
Filter Type: ChassisType
------------------------------
Other, UnknownChassis, Desktop, LowProfileDesktop, PizzaBox, MiniTower,
Tower, Portable, Laptop, Notebook, Handheld, DockingStation, AllInOne,
SubNotebook, SpaceSaving, LunchBox, MainSystemChassis, ExpansionChassis,
SubChassis, BusExpansionChassis, PeripheralChassis, StorageChassis,
RackMountChassis, SealedCaseComputer, MultiSystemChassis, CompactPci,
AdvancedTca.


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


WDSUTIL /Set-ImageFilter /Image:"Windows Vista with Office"
/ImageType:Install /FilterType:Manufacturer /Policy:Exclude /AddValue:Name3
/AddValue:Name4 /RemoveValue:Name1 /RemoveValue:Name2


WDSUTIL /Verbose /Set-ImageFilter /Image:"Windows Vista with Office"
/Server:MyWDSServer /ImageType:Install /FilterType:Manufacturer /Policy:Exclude
/AddValue:Name3 /AddValue:Name4 /RemoveValue:Name1 /RemoveValue:Name2
/FilterType:Model /AddValue:Model2