Skip to content

Commit 234acc6

Browse files
committed
updating
1 parent 99e9ae1 commit 234acc6

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

articles/active-directory/hybrid/how-to-connect-sync-endpoint-api-v2.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ The new V2 endpoint code handles some types of export errors slightly different
142142
> When upgrading Azure AD Connect, ensure that the steps in Phase 2 are rerun, as the changes are not preserved through the upgrade process.
143143
144144
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.
145-
`Set-ADSyncSchedulerConnectorOverride -FullSyncRequired $false -ConnectorName "<AAD Connector Name>" `
145+
146+
`Set-ADSyncSchedulerConnectorOverride -FullSyncRequired $false -ConnectorName "<AAD Connector Name>" `
146147

147148
>[!NOTE]
148149
> 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:
157158

158159
`Set-ADSyncScheduler -SyncCycleEnabled $false`
159160

160-
Switch to the V1 endpoint *
161+
4. Switch to the V1 endpoint *
161162

162163
`Import-Module 'C:\Program Files\Microsoft Azure AD Sync\Extensions\AADConnector.psm1'`
163164

164165
`Set-ADSyncAADConnectorExportApiVersion 1`
165166

166167
`Set-ADSyncAADConnectorImportApiVersion 1`
167168

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
173174

174175
`Set-ADSyncScheduler -SyncCycleEnabled $true`
175176

176177
>[!NOTE]
177178
> 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.
178179
179180
## Frequently asked questions 
180-
**Q:Can a customer use this feature in production?**
181+
**Q: Can a customer use this feature in production?**
181182
</br>Yes, this can be used in production environments, with the caveat as mentioned before.
182183

183-
**Q:Who can the customer contact when things go wrong?**
184+
**Q: Who can the customer contact when things go wrong?**
184185
</br>If you need support when using this feature you should open a support case.
185186

186-
**Q:Can I expect frequent updates to the public preview?**
187+
**Q: Can I expect frequent updates to the public preview?**
187188
</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. 
188189

189-
**Q:Time to next milestone?**
190+
**Q: Time to next milestone?**
190191
</br>Public Preview capabilities may be withdrawn and possibly redesigned before reaching further milestones. 
191192

192193
## Next steps

0 commit comments

Comments
 (0)