Pilot cloud sync for an existing synced AD forest
This tutorial walks you through piloting cloud sync for a test Active Directory forest that is already synced using Azure Active Directory (Azure AD) Connect sync.

Considerations
Before you try this tutorial, consider the following items:
Ensure that you're familiar with basics of cloud sync.
Ensure that you're running Azure AD Connect sync version 1.4.32.0 or later and have configured the sync rules as documented. When piloting, you will be removing a test OU or group from Azure AD Connect sync scope. Moving objects out of scope leads to deletion of those objects in Azure AD. In case of user objects, the objects in Azure AD are soft-deleted and can be restored. In case of group objects, the objects in Azure AD are hard-deleted and cannot be restored. A new link type has been introduced in Azure AD Connect sync which will prevent the deletion in case of a piloting scenario.
Ensure that the objects in the pilot scope have ms-ds-consistencyGUID populated so cloud sync hard matches the objects.
Note
Azure AD Connect sync does not populate ms-ds-consistencyGUID by default for group objects.
This is an advanced scenario. Ensure that you follow the steps documented in this tutorial precisely.
Prerequisites
The following are prerequisites required for completing this tutorial
- A test environment with Azure AD Connect sync version 1.4.32.0 or later
- An OU or group that is in scope of sync and can be used the pilot. We recommend starting with a small set of objects.
- A server running Windows Server 2012 R2 or later that will host the provisioning agent.
- Source anchor for Azure AD Connect sync should be either objectGuid or ms-ds-consistencyGUID
Update Azure AD Connect
As a minimum, you should have Azure AD connect 1.4.32.0. To update Azure AD Connect sync, complete the steps in Azure AD Connect: Upgrade to the latest version.
Stop the scheduler
Azure AD Connect sync synchronizes changes occurring in your on-premises directory using a scheduler. In order to modify and add custom rules, you want to disable the scheduler so that synchronizations will not run while you are working on this. Use the following steps:
- On the server that is running Azure AD Connect sync open PowerShell with Administrative Privileges.
- Run
Stop-ADSyncSyncCycle. Hit Enter. - Run
Set-ADSyncScheduler -SyncCycleEnabled $false.
Note
If you are running your own custom scheduler for Azure AD Connect sync, then please disable the scheduler.
Create custom user inbound rule
Launch the synchronization editor from the application menu in desktop as shown below:

Select Inbound from the drop-down list for Direction and click on Add new rule.

On the Description page, enter the following and click Next:
Name: Give the rule a meaningful name
Description: Add a meaningful description
Connected System: Choose the AD connector that you are writing the custom sync rule for
Connected System Object Type: User
Metaverse Object Type: Person
Link Type: Join
Precedence: Provide a value that is unique in the system
Tag: Leave this empty

On the Scoping filter page, enter the OU or security group that you want the pilot based off. To filter on OU, add the OU portion of the distinguished name. This rule will be applied to all users who are in that OU. So, if DN ends with "OU=CPUsers,DC=contoso,DC=com, you would add this filter. Then click Next.
Rule Attribute Operator Value Scoping OU DN ENDSWITH Distinguished name of the OU. Scoping group ISMEMBEROF Distinguished name of the security group. 
On the Join rules page, click Next.
On the Transformations page, add a Constant transformation: flow True to cloudNoFlow attribute. Click Add.

Same steps need to be followed for all object types (user, group and contact). Repeat steps per configured AD Connector / per AD forest.
Create custom user outbound rule
Select Outbound from the drop-down list for Direction and click on Add rule.

On the Description page, enter the following and click Next:
Name: Give the rule a meaningful name
Description: Add a meaningful description
Connected System: Choose the Azure AD connector that you are writing the custom sync rule for
Connected System Object Type: User
Metaverse Object Type: Person
Link Type: JoinNoFlow
Precedence: Provide a value that is unique in the system
Tag: Leave this empty
On the Scoping filter page, choose cloudNoFlow equal True. Then click Next.

On the Join rules page, click Next.
On the Transformations page, click Add.
Same steps need to be followed for all object types (user, group and contact).
Install the Azure AD Connect provisioning agent
Sign in to the server you will use with enterprise admin permissions. If you are using the Basic AD and Azure environment tutorial it would be CP1.
Download the Azure AD Connect cloud provisioning agent using the steps outlined here.
Run the Azure AD Connect cloud sync (AADConnectProvisioningAgent.Installer) 1 . On the splash screen, Accept the licensing terms and click Install.

Once this operation completes, the configuration wizard will launch. Sign in with your Azure AD global administrator account.
On the Connect Active Directory screen, click Add directory and then sign in with your Active Directory administrator account. This operation will add your on-premises directory. Click Next.

On the Configuration complete screen, click Confirm. This operation will register and restart the agent.

Once this operation completes you should see a notice Your was successfully verified. You can select Exit.

If you still see the initial splash screen, click Close.
Verify agent installation
Agent verification occurs in the Azure portal and on the local server that is running the agent.
Azure portal agent verification
To verify the agent is being seen by Azure follow these steps:
Sign in to the Azure portal.
On the left, select Azure Active Directory, click Azure AD Connect and in the center select Manage cloud sync.

On the Azure AD Connect cloud sync screen click Review all agents.

On the On-premises provisioning agents screen you will see the agents you have installed. Verify that the agent in question is there and is marked Disabled. The agent is disabled by default

On the local server
To verify that the agent is running follow these steps:
Log on to the server with an administrator account
Open Services by either navigating to it or by going to Start/Run/Services.msc.
Under Services make sure Microsoft Azure AD Connect Agent Updater and Microsoft Azure AD Connect Provisioning Agent are there and the status is Running.

Configure Azure AD Connect cloud sync
Use the following steps to configure provisioning:
- Sign-in to the Azure AD portal.
- Click Azure Active Directory
- Click Azure AD Connect
- Select Manage cloud sync

- Click New Configuration

- On the configuration screen, enter a Notification email, move the selector to Enable and click Save.

- Under Configure, select All users to change the scope of the configuration rule.

- On the right, change the scope to include the specific OU you just created "OU=CPUsers,DC=contoso,DC=com".

- Click Done and Save.
- The scope should now be set to one organizational unit.

Verify users are provisioned by cloud sync
You will now verify that the users that you had in our on-premises directory have been synchronized and now exist in out Azure AD tenant. Be aware that this may take a few hours to complete. To verify users are provisioning by cloud sync, follow these steps:
- Browse to the Azure portal and sign in with an account that has an Azure subscription.
- On the left, select Azure Active Directory
- Click on Azure AD Connect
- Click on Manage cloud sync
- Click on Logs button
- Search for a username to confirm that the user is provisioned by cloud sync
Additionally, you can verify that the user and group exist in Azure AD.
Start the scheduler
Azure AD Connect sync synchronizes changes occurring in your on-premises directory using a scheduler. Now that you have modified the rules, you can re-start the scheduler. Use the following steps:
- On the server that is running Azure AD Connect sync open PowerShell with Administrative Privileges
- Run
Set-ADSyncScheduler -SyncCycleEnabled $true. - Run
Start-ADSyncSyncCycle, then press Enter.
Note
If you are running your own custom scheduler for Azure AD Connect sync, then please enable the scheduler.
Once the scheduler is enabled, Azure AD Connect will stop exporting any changes on objects with cloudNoFlow=true in the metaverse, unless any reference attribute (such as manager) is being updated. In case there is any reference attribute update on the object, Azure AD Connect will ignore the cloudNoFlow signal and export all updates on the object.
Something went wrong
In case the pilot does not work as expected, you can go back to the Azure AD Connect sync setup by following the steps below:
- Disable provisioning configuration in the Azure portal.
- Disable all the custom sync rules created for Cloud Provisioning using the Sync Rule Editor tool. Disabling should cause full sync on all the connectors.
Next steps
Povratne informacije
Pošalјite i prikažite povratne informacije za