I'd like to make some security improvements for my Solarwinds and infrastructure at all.
We have a bunch of templates with PowerShell components with "RemoteHost" Execution Mode.
But now not all of them has "Use HTTPS Protocol" checked.

So I want to track all these non-https RemoteHost components, but dunno how.
Tried this query:
SELECT * FROM [dbo].[APM_ComponentTemplateSetting]
WHERE Value = 'RemoteHost'
And it shows me all RemoteHost component templates, but:
How to figure out which of them are non HTTPS secured?
How to find them to edit in Orion web?