I have seen many posts on here about users having the similar problems but I have not been able to take an answer from their post and resolve my issue.
This report should pull just items with Comment Routers.
Select Caption, location, description, Nodes.MachineType, Nodes.Comments, iosversion, totalmemory, (Select Status from CustomPollerStatus, CustomPollerAssignment Where CustomPollerStatus.CustomPollerAssignmentID = CustomPollerAssignment.CustomPollerAssignmentID AND CustomPollerAssignment.NodeID = Nodes.NodeID AND CustomPollerAssignment.PollerID = '{B3ACE18C-7D30-4B19-A983-ACDBBA8EAEC6}') as 'Value' from Nodes Where Comments like '%Routers' Order By Caption
Thanks for any help fixing this or a replacement script.