At our company our computers have a common naming scheme that identifes what location they are in (USSC = US Scottsdale for example). We’d like to build a custom report similar to the “Relevant Fixlets” report but that isolates it to the “Affected computers” output and groups them by either the computer name or the AD group they’re in. That way sites can use it to identify systems under their control out of compliance. We can do it by exporting the report to a CSV file and using formulas to count the numbers of systems with a common name, but is there a way to build a custom report to do this for us?
The best way to accomplish this will probably be to make a retrieved property that exposes the naming scheme. Once you have a property, you can easily filter your report or group them by these values.
Here is an example:
If your naming scheme is the first 4 letters of the computer name, you can make a property like:
first 4 of computer name
If you have a more complicated naming scheme, post some of the details and we can help you make better properties.
We created the retrieved property that you recommended (which works very well BTW), but now I can’t find the option to group it in the report I’m looking for.
I go to Create Report \ Relevant Fixlets \ and it creates a report, but I don’t see an option to group it by using the retrieved property.