Difference between revisions of "Efficiently use BigFix to patch a brand new Computer"

From RiceFamily Wiki
Jump to: navigation, search
Line 8: Line 8:
 
Relevance Clauses that might be of use ...
 
Relevance Clauses that might be of use ...
  
``((number of relevant fixlets whose (value of header "X-Fixlet-Type" of it as string as lowercase contains "baseline") of sites whose (name of it as string as lowercase = "duhs custom content")) > 0)``
+
```((number of relevant fixlets whose (value of header "X-Fixlet-Type" of it as string as lowercase contains "baseline") of sites whose (name of it as string as lowercase = "duhs custom content")) > 0)```
  
  
``(values of header "Subject" of it) of relevant fixlets whose (value of header "X-Fixlet-Type" of it as string as lowercase contains "baseline") of sites whose (name of it as string as lowercase = "duhs custom content")``
+
```(values of header "Subject" of it) of relevant fixlets whose (value of header "X-Fixlet-Type" of it as string as lowercase contains "baseline") of sites whose (name of it as string as lowercase = "duhs custom content")```
  
 
[[Category:IBM BigFix]]
 
[[Category:IBM BigFix]]

Revision as of 21:29, 16 November 2017

Watched a video discussing a method using a Custom Site to allow computers to run "Catch Up" baselines when they are built, without these Actions impacting "Production" systems.


Relevance Clauses that might be of use ...

```((number of relevant fixlets whose (value of header "X-Fixlet-Type" of it as string as lowercase contains "baseline") of sites whose (name of it as string as lowercase = "duhs custom content")) > 0)```


```(values of header "Subject" of it) of relevant fixlets whose (value of header "X-Fixlet-Type" of it as string as lowercase contains "baseline") of sites whose (name of it as string as lowercase = "duhs custom content")```