Unified Entreprise Support > serviceshub.microsoft.com
ADCONNECT
Découpage du champs Manager afin de remplir le champ extensionAttribute5 avec uniquement le SSO du manager
IIF(IsPresent([manager]),(DNComponent(CRef([manager]),1)),NULL)
Problème sur la synchro d’un user
To reprovision a user that was deleted from on-premises AD but restored from Entra Recycle bin Please do the following :
In this case, the Entra object is not synced but is still holding the shadow properties synced from on-premises AD. This is considered an orphaned object since the respective source object no longer exists. If you want to keep this object in Entra and restore it back to a connected state, you need to:
a) AADConnect must be using ms-ds-Consistency-Guid attribute as the SourceAnchor.
b) Create a similar user in On-premises AD, i.e. same UserPrincipalName / Mail / ProxyAddresses
c) Get the the Entra user’s SourceAnchor value (aka. ImmutableId) with:
Get-AzureADUser -ObjectId | select ImmutableId
or
Get-MgUser -UserId -Property Id,OnPremisesImmutableId | Format-List Id,OnPremisesImmutableId
d) Copy the ImmutableId value from Entra user into ms-ds-Consistency-Guid of the on-premises AD user with:
Set-ADSyncToolsMsDsConsistencyGuid -Identity TestItem1@AAD.NuAlex.net -Value
Limites d’envoi/reception …
Par défaut :
– 1000 destinataires pour 24 heures. Il est possible d’aller jusqu’à 10 000 destinataires via une règle antispam
– 1000 destinataires par mail
Schéma d’archi Azure
Schéma d’archi Azure : https://learn.microsoft.com/en-us/azure/architecture/browse/?azure_categories=identity
Localisation des données des utilisateurs
Synchroniser la localisation des données des utilisateurs : https://learn.microsoft.com/en-us/azure/active-directory/hybrid/how-to-connect-sync-feature-preferreddatalocation
Authentication context sur SharePoint
Appliquer des authentication context sur les SharePoint : https://learn.microsoft.com/en-us/sharepoint/authentication-context-example
Rétention des OneDrive
Après suppression : Set the OneDrive retention for deleted users – SharePoint in Microsoft 365 | Microsoft Learn
Délégation après suppression : OneDrive retention and deletion – SharePoint in Microsoft 365 | Microsoft Learn
Créer une boite de noreply
Creating a no-reply mailbox for your Microsoft 365 organization (codetwo.com)
blocage des achats en libre service
How to Block Self-Service Purchases of Windows 365 Licenses