Web Report defining un-grouped assets

(imported topic written by SystemAdmin)

I am looking for a way to report on my Win Servers that have not been added to a manual or automatic group.

I group my servers into “maintenance window” groups, and need to determine any servers that do not have any ties to one of these groups.

Thank you.

(imported comment written by Lee Wei)

I think this will work.

We put all computers into a set. Then we minus all computers belong to a group.

names of elements of ( (set of bes computers) - (union of member sets of bes computer groups) )

This is suitable for creating a custom report. Let us know if you need help with this.

(html 
"<table>" & it & html 
"</table>") of concatenations of trs of tds of names of elements of ( (set of bes computers) - (union of member sets of bes computer groups) )

Lee Wei

(imported comment written by SystemAdmin)

Thank you, I will be testing this right away.

Love this forum.