Uninstall old Teamviewer version

M4rtin
M4rtin Posts: 2

Hallo, several PCs in my network have an old Teamviewer version installed which I'd like to remove with powershell via network.

Unfortunaly the program is not listed if I run:

gwmi win32_product | ft name, version, ident*

The installation of the MSI package 32 or 64 bit fails with error 1603:

MSI (s) (A4:E8) [18:12:21:002]: Product: TeamViewer Host -- Error 25001: An incompatible TeamViewer package was detected that conflicts with the current MSI package: TeamViewer_Setup.exe 32-bit Please manually uninstall this package: C:\Program Files (x86)\TeamViewer\

Is there any way to remove it via powershell?

Thanks!