- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
11-03-2020 09:39 AM
We are currently developing a proprietary WebRTC solution which we will use to replace Skype for Business. We are currently looking to roll out instant messaging on the custom product and would like to disable/block only instant messaging traffic in our Skype for Business environment.
Curious if this is possible as I feel the application would use the same protocols for Instant Messaging and other features/processes of the application that will still need connectivity for the application to function??
11-04-2020 06:14 PM
I think this would be pretty hard to do at the firewall level without breaking any other SfB features. The good news is, this is easy to do on the client side via a registry key you could deploy to endpoints.
reg add HKLM\Software\Policies\Microsoft\Office\16.0\Lync /v DisableIM /t REG_DWORD /d 1 /f
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!