Integrating Microsoft teams to Outlook
Hi I have created a package to install Teams to our Environment everything is fine and now We need to replace Skype for business with Teams in Outlook IM as Skype will removed completely. Any Ideas? We have to change IM registry to teams. script should be run using SCCM
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
rexxxxx
5 years ago
In my company we use Cisco Jabber for IM presence.
so I have created this command:
REG ADD "HKCU\Software\IM Providers" /v "DefaultIMApp" /t REG_SZ /d "Cisco Jabber" /f /reg:64
you should change "Cisco Jabber" with Teams - check the exact string.
this is packaged as an application and deployed to Install for user - and then the app is deployed to Computers.
and it is working!