Forum Discussion
Outlook: Disable 'also works with' on people card
In case if someone is still looking out for this, here is how you can go about this.
For disabling this only on Outlook Desktop Client you can push the below registry via GPO.( Some organizations do keep web apps disabled)
https://admx.help/?Category=Office2016&Policy=office16.Office.Microsoft.Policies.Windows::L_RemoveOrganizationTab
However, this above would not meet the privacy concern as the information will still be visible to users on Outlook on the web and Delve. To completely disable the feature you can refer to the below.
Microsoft has now enabled the feature to be disabled by tenant admins:
https://docs.microsoft.com/en-us/graph/insights-customize-people-insights-privacy
https://docs.microsoft.com/en-us/graph/api/insightssettings-update?view=graph-rest-beta&tabs=powershell
Note: Several other features might have dependecies on the 'Works with' feature and disabling this feature would also disable other dependencies, please refer the above articles for more information.
Note: These cmdlets will disable the feature for entire tenant. In case if you want to disable the feature only for a group of users you can use the cmdlets listed in https://docs.microsoft.com/en-us/graph/api/insightssettings-update?view=graph-rest-beta&tabs=http.
Get-MgOrganizationSettingItemInsight #to validate the change was successful.
Get-AzureADTenantDetail
The ObjectID is the tenant guid.
If you find IsEnabledInOrganization set to False, wait for 24 hours and check for the change.