Detection Script has:
$AppToSearch = 'TeamViewer 15*'
$AppVersionToSearch = '15.1.3937'
But the name of the application is just 'TeamViewer' now instead of "TeamViewer 15" so it fails on the match.
Nice catch, sorry about that. If you delete the app in SCCM + the source folder and run a sync from our service it should re-create it with the correct display name search.
Quote from: David P on January 03, 2020, 04:07:21 PM
Detection Script has:
$AppToSearch = 'TeamViewer 15*'
$AppVersionToSearch = '15.1.3937'
But the name of the application is just 'TeamViewer' now instead of "TeamViewer 15" so it fails on the match.