You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/hybrid/how-to-connect-sync-endpoint-api-v2.md
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,7 +142,8 @@ The new V2 endpoint code handles some types of export errors slightly different
142
142
> When upgrading Azure AD Connect, ensure that the steps in Phase 2 are rerun, as the changes are not preserved through the upgrade process.
143
143
144
144
During subsequent increases to the group member limit in the **Out to AAD – Group Join** sync rule, a full sync is not necessary, so you can elect to suppress the full sync by running the following command in PowerShell.
> If you have O365 unified groups that have more than 50k members, the groups will be read into Azure AD Connect, and if group writeback is enabled, they will be written to your on-premises AD.
@@ -157,36 +158,36 @@ If you have enabled the v2 endpoint and need to rollback, follow these steps:
157
158
158
159
`Set-ADSyncScheduler -SyncCycleEnabled $false`
159
160
160
-
Switch to the V1 endpoint *
161
+
4. Switch to the V1 endpoint *
161
162
162
163
`Import-Module 'C:\Program Files\Microsoft Azure AD Sync\Extensions\AADConnector.psm1'`
163
164
164
165
`Set-ADSyncAADConnectorExportApiVersion 1`
165
166
166
167
`Set-ADSyncAADConnectorImportApiVersion 1`
167
168
168
-
4. Open Azure AD Synchronization Rules Editor
169
-
5. Delete the editable copy of the **Out to AAD – Group Join** sync rule
170
-
6. Enable the default copy of the **Out to AAD – Group Join** sync rule
171
-
7. Open an admin PowerShell prompt
172
-
8. Re-enable the Sync Scheduler
169
+
5. Open Azure AD Synchronization Rules Editor
170
+
6. Delete the editable copy of the **Out to AAD – Group Join** sync rule
171
+
7. Enable the default copy of the **Out to AAD – Group Join** sync rule
172
+
8. Open an admin PowerShell prompt
173
+
9. Re-enable the Sync Scheduler
173
174
174
175
`Set-ADSyncScheduler -SyncCycleEnabled $true`
175
176
176
177
>[!NOTE]
177
178
> When switching back from the V2 to V1 endpoints, groups synced with more than 50k members will be deleted after a full sync is run, for both AD groups provisioned to Azure AD and O365 unified groups provisioned to AD.
178
179
179
180
## Frequently asked questions
180
-
**Q:Can a customer use this feature in production?**
181
+
**Q:Can a customer use this feature in production?**
181
182
</br>Yes, this can be used in production environments, with the caveat as mentioned before.
182
183
183
-
**Q:Who can the customer contact when things go wrong?**
184
+
**Q:Who can the customer contact when things go wrong?**
184
185
</br>If you need support when using this feature you should open a support case.
185
186
186
-
**Q:Can I expect frequent updates to the public preview?**
187
+
**Q:Can I expect frequent updates to the public preview?**
187
188
</br>There is a limited degree of ongoing changes during a Public Preview. You should assess this risk when deploying Public Preview features in production.
188
189
189
-
**Q:Time to next milestone?**
190
+
**Q:Time to next milestone?**
190
191
</br>Public Preview capabilities may be withdrawn and possibly redesigned before reaching further milestones.
0 commit comments