Patrick Gruenauer looks for what’s missing:
We are often looking for attributes, but what about the empty attributes? How can I find out if an attribute is empty? That is the focus of this article. I will show a practical example of how to find these empty attributes.
Let’s start with how to find attributes which are NOT empty. The following code retrieves all svchost process Attributes which have a value.
Read on for the pipeline to see which attributes have a value, followed by a similar pipeline to find missing values, as well as one practical use case for why you might use this.