Does anyone have a report for the number of SolarWinds Service Accounts in their environmnent or how to find them? Trying to generate a report that shows us this information.
Does this help?SELECT FROM [dbo].[Accounts] WHERE [AccountID] like 'VMANServiceUser_%'
support.solarwinds.com/.../Manage-Orion-Service-Accounts
Query is not valid when I attempt to validate SWQL.