Replace the "xxxxxxxxxxxxxxxx" with your known ScreenConnect fingerprints. You can add additional fingerprints as needed with more "contains" statements separated by "||". These fingerprints can be found via software inventory (Add/Remove Programs, RMM, Liongard, etc). Look for the ScreenConnect entries and grab the 16-character string.
Software[?contains(Name,
ScreenConnect
) && !(contains(Name,
xxxxxxxxxxxxxxxx
) || contains(Name,
xxxxxxxxxxxxxxxx
))].join(
:
, [Name,DisplayVersion]) | sort(@)