What can we help you with?
< Alle Themen
Drucken

Arbeiten mit … Ansicht abstellen

Funktion

Die Funktion arbeiten mit wurde in diesen Versionen veröffentlicht:

  • Outlook Version 2102 von SAEC (dies ist der Jan Fork, der im Juli dieses Jahres an SAC ging)
    o Diese Version wird EV haben, die „Works with“ enthält
  • Outlook Version 2008 von SAEC
    o Diese Version verfügt nicht über CCv2, das das Organigramm in der gleichen schmalen Karte anzeigt. Hier wird „Arbeitet mit“ nicht angezeigt.

Das erste Beispiel für diese Kartenaktualisierung in den Versionshinweisen war die Version 2009 im Current Channel.

https://docs.microsoft.com/en-us/officeupdates/monthly-channel-archived#version-2009-september-28”

Customize people insights privacy in Microsoft Graph (preview) – Microsoft Graph | Microsoft Docs.

Ergebnis nach dem Abstellen

Änderungen

Wichtig ist, dass es ändert in:

  • Delve: Userprofil
  • M365 Profilkarte
  • Relevante Personen

Graph-Einstellung blendet aus:

  • Mobile Apps
  • Desktop Apps
  • WebApps

#Outlook anpassen -arbeiten mit

####Option 1: GPO

#Deaktiviert nur im Outlook Desktop

#Deaktiviert den gesamten Bereich von My Organization

#https://admx.help/?Category=Office2016&Policy=office16.Office.Microsoft.Policies.Windows::L_RemoveOrganizationTab

###Option 2 (Empfehlung): Deaktivieren überall

#Voraussetzung: 24h – 5 Tage warten und Graph Zugriff

Install-Module Microsoft.Graph

Connect-MgGraph -Scopes „User.Read.All“,“User.ReadWrite.All“,“User.ReadWrite“

Select-MgProfile -Name „beta“

Import-Module Microsoft.Graph.Identity.DirectoryManagement

Get-MgOrganizationSettingItemInsight #to check for exisiting values

Update-MgOrganizationSettingItemInsight -OrganizationId „Tenant-ID“ -IsEnabledInOrganization:$false

Get-MgOrganizationSettingItemInsight #to validate the change was successful.

#If not aware, you can find the TenantGUID using the below:

Get-AzureADTenantDetail

#The ObjectID is the tenant guid.

#Link zu dem Bereich

Customize people insights privacy in Microsoft Graph (preview) – Microsoft Graph | Microsoft Docs  (30.06/ neu)

Schlagwörter:
Inhaltsverzeichnis