May 2019
Intermediate to advanced
620 pages
21h 41m
English
The first step to allow Group writeback is to allow the service accounts for the Azure AD Connect installations in your organization to write back the groups.
Perform the following lines of PowerShell on an Azure AD Connect installation in your organization:
Import-Module AzureADImport-Module "C:\Program Files\Microsoft Azure Active Directory Connect\AdPrep\AdSyncPrep.psm1"Initialize-ADSyncGroupWriteBack -ADConnectorAccount “LUCERNPUB\MSOL_*” -GroupWriteBackContainerDN “OU=Written Back,OU=Groups,DC=Lucernpub,DC=com”
Replace the values for the service account and the OUs distinguished name.
Read now
Unlock full access