Checks to see if the server is running a ScreenConnect version that is 23.9.7 or lower. This will determine if the software needs to be upgraded to mitigate the recently vulnerability announced by ConnectWise: https://www.connectwise.com/company/trust/security-bulletins/connectwise-screenconnect-23.9.8This query will work for our windows workstation inspector as well.
Software[? contains(Name,
ScreenConnect
) && DisplayVersion <=
23.9.7
].[Name, DisplayVersion,
Upgrade to Version 23.9.8
]