s! name = name id = id subid = subid config = ALLMUSTPASS|ALLMUSTFAIL|ONEMUSTPASS|ONEMUSTFAIL Adds health policy configuration. ...

%1!s! 
   [ name = ] name 
   [ [ id = ] id 
     [ subid = ] subid 
     [ config = ] ALLMUSTPASS|ALLMUSTFAIL|ONEMUSTPASS|ONEMUSTFAIL ] 
 
   Adds health policy configuration. 
 
   name - the name of the health policy (required). 
 
   config - the health policy configuration (optional). 
      ALLMUSTPASS     - All shv's must pass (default). 
      ALLMUSTFAIL     - All shv's must fail. 
      ONEMUSTPASS     - One or more shv's must pass. 
      ONEMUSTFAIL     - One or more shv's must fail. 
      ONEINFECTED     - One or more shv's infected. 
      ONETRANSITIONAL - One or more shv's transitional. 
      ONEUNKNOWN      - One or more shv's unknown. 
 
   id - the installed System Health Validator id number (optional). You 
        may specify this parameter more than once to apply to multiple 
        shv's. If none are provided, all installed shv's are assumed. 
 
   subid - the System Health Validator Configuration id number(optional). 
           You may specify this parameter for each id. If none are 
           provided, default subid is assumed. 
 
   Example: 
      %1!s! name = "HealthPolicy1"