Skip to content

Commit 1f5183f

Browse files
committed
edit pass: four-how-to-connect-articles
1 parent 72597b1 commit 1f5183f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

articles/active-directory/hybrid/how-to-connect-group-writeback-disable.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ ms.collection: M365-identity-device-management
1515
---
1616

1717
# Disable group writeback
18-
This article walks you thorough disabling group writeback in Azure Active Directory (Azure AD) Connect.
18+
This article walks you through disabling group writeback in Azure Active Directory (Azure AD) Connect.
1919

2020
## Disable group writeback by using the wizard
2121

22-
1. Open the Azure Active Directory Connect wizard and go to the **Additional Tasks** page. Select the **Customize synchronization options task**, and then select **Next**.
22+
1. Open the Azure AD Connect wizard and go to the **Additional Tasks** page. Select the **Customize synchronization options task**, and then select **Next**.
2323
2. On the **Optional Features** page, clear the checkbox for group writeback. In the warning that groups will be deleted, select **Yes**.
2424

2525
> [!IMPORTANT]

articles/active-directory/hybrid/how-to-connect-group-writeback-enable.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ This article walks you through enabling group writeback.
2222

2323
## Deployment steps
2424

25-
Group writeback requires enabling both the original and new versions of the feature. If the original version was previously enabled in your environment, you need to follow only the first set of steps, because the second set of steps has already been completed.
25+
Group writeback requires enabling both the original and new versions of the feature. If the original version was previously enabled in your environment, you need to use only the first set of the following steps, because the second set of steps has already been completed.
2626

2727
> [!NOTE]
2828
> We recommend that you follow the [swing migration](how-to-upgrade-previous-version.md#swing-migration) method for rolling out the new group writeback feature in your environment. This method will provide a clear contingency plan if a major rollback is necessary.
2929
3030
### Enable group writeback by using PowerShell
3131

3232
1. On your Azure AD Connect server, open a PowerShell prompt as an administrator.
33-
2. Disable the sync scheduler after verifying that no synchronization operations are running:
33+
2. Disable the sync scheduler after you verify that no synchronization operations are running:
3434

3535
``` PowerShell
3636
Set-ADSyncScheduler -SyncCycleEnabled $false
@@ -64,7 +64,7 @@ If the original version of group writeback was not previously enabled, continue
6464
8. On the **Ready to configure** page, select **Configure**.
6565
9. On the **Configuration complete** page, select **Exit**.
6666

67-
After you finish this procedure, group writeback is configured automatically. If you experience permission issues while exporting the object to Active Directory, open Windows PowerShell as an administrator on the Azure Active Directory Connect server. Then run the following commands. This step is optional.
67+
After you finish this procedure, group writeback is configured automatically. If you experience permission issues while exporting the object to Active Directory, open Windows PowerShell as an administrator on the Azure AD Connect server. Then run the following commands. This step is optional.
6868

6969
``` PowerShell
7070
$AzureADConnectSWritebackAccountDN = <MSOL_ account DN>

articles/active-directory/hybrid/how-to-connect-group-writeback-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ To keep the default behavior, continue to the [Enable Azure AD Connect group wri
110110
You can modify the default behavior as follows:
111111

112112
- Only groups that are configured for writeback will be written back, including newly created Microsoft 365 groups.
113-
- Groups that are written to on-premises will be deleted in Active Directory when they're either disabled for group writeback, soft deleted, or hard deleted in Azure AD.
113+
- Groups that are written to on-premises will be deleted in Active Directory when they're disabled for group writeback, soft deleted, or hard deleted in Azure AD.
114114
- Microsoft 365 groups with up to 250,000 members can be written back to on-premises.
115115

116116
If you plan to make changes to the default behavior, we recommend that you do so before you enable group writeback. However, you can still modify the default behavior if group writeback is already enabled. For more information, see [Modify Azure AD Connect group writeback default behavior](how-to-connect-modify-group-writeback.md).

0 commit comments

Comments
 (0)