Support Forum: Get Support for Patch My PC Products and Services

Commercial Products: Support for Our Enterprise Product for Microsoft ConfigMgr and Intune => Commercial/Paid Products: Support and General Questions (ConfigMgr and Intune) => Topic started by: David P on January 03, 2020, 04:07:21 PM

Title: Detection for Teamviewer 15 broken
Post by: 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.

Title: Re: Detection for Teamviewer 15 broken
Post by: Support Team (Patch My PC) on January 03, 2020, 04:58:50 PM
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.