Posted on 07-14-2021 06:32 AM
Can anyone tell how to remove skype integration with outlook Mac
07-14-2021 06:41 AM - edited 07-14-2021 06:42 AM
You can use the terminal command..
defaults write com.microsoft.Outlook DisableSkypeMeeting -bool TRUE
.. or create a configuration profile and addressing the com.microsoft.outlook domain with the boolean option set to TRUE.
Posted on 07-14-2021 06:50 AM
I ran this command in terminal but still Skype Meeting button available in outlook.
Posted on 07-14-2021 07:00 AM
Did you run the command as root or admin with sudo?
Posted on 07-14-2021 07:02 AM
I only paste below command in terminal
defaults write com.microsoft.Outlook DisableSkypeMeeting -bool TRUE
Posted on 07-14-2021 07:04 AM
try it as root user with the following steps:
sudo defaults write com.microsoft.Outlook DisableSkypeMeeting -bool TRUE
07-15-2021 02:08 AM - edited 07-15-2021 11:45 PM
@frootion wrote: prepaidcardstatustry it as root user with the following steps:
- close Outlook
- run the command (as root user)
sudo defaults write com.microsoft.Outlook DisableSkypeMeeting -bool TRUE
Great article. Very well explained. Thanks for the share.
Posted on 07-14-2021 09:46 AM
I believe this can be accomplished with a Configuration Profile.
Application & Customer Settings > External Applications > com.microsoft.Outlook > Disable Skype for Business meeting support > True.
This uses the same DisableSkypeMeeting key.
Posted on 07-15-2021 01:08 AM
What is the location of this Configuration Profile in Mac?
Posted on 07-15-2021 08:25 AM
I don't remember when it was added but maybe 10.25.2 of JAMF.
Computers > Configuration Profile > New > Application and Custom Setttings > External Applications > Add > Choose a source > Jamf Repository > com.microsoft.Outlook
Preference Domain Properties > Disable Skype for Business meeting support
Posted on 07-15-2021 03:12 PM
@ravi_k_verma - have you tried to https://office-reset.com/ app? It has worked wonders for me.
It was created by @pbowden
Posted on 07-15-2021 09:53 PM