Skip to content

Commit fcbf29e

Browse files
committed
updating
1 parent b6a8ef9 commit fcbf29e

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To disable Group writeback for your organization, use the following steps:
3535

3636
## Rolling back group writeback
3737

38-
To disable or rollback group writeback via powershell, do the following:
38+
To disable or roll back group writeback via powershell, do the following:
3939

4040
1. Open a PowerShell prompt as administrator.
4141
2. Disable the sync scheduler after verifying that no synchronization operations are running:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ If the original version of group writeback was not previously enabled, continue
8585
8686
## Optional Configuration
8787
88-
To make it easier to find groups being written back from Azure AD to Active Directory, there's an option to writeback the group distinguished name with the cloud display name.
88+
To make it easier to find groups being written back from Azure AD to Active Directory, there's an option to write back the group distinguished name with the cloud display name.
8989
9090
- Default format:
9191
CN=Group_3a5c3221-c465-48c0-95b8-e9305786a271, OU=WritebackContainer, DC=domain, DC=com 

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The following document will walk you through what you need to know before you en
4141

4242

4343
## Plan Your Implementation
44-
There are a few activities that you'll want to complete before enabling the latest public preview of group writeback. These activities include discovering your current configuration, verifying the pre-requisites, and choosing the deployment approach.
44+
There are a few activities that you'll want to complete before enabling the latest public preview of group writeback. These activities include discovering your current configuration, verifying the prerequisites, and choosing the deployment approach.
4545

4646
## Discovery
4747
The following sections describe various methods of discovery and how you can discover if group writeback in enabled.
@@ -60,7 +60,7 @@ A value of **False** indicates that the feature is not enabled.
6060

6161
### Discover the current writeback settings for existing Microsoft 365 groups
6262

63-
You can view the existing writeback settings on M365 groups in the portal. Navigate to the group and select it's properties. You can see the Groupwrite back state on the group.
63+
You can view the existing writeback settings on M365 groups in the portal. Navigate to the group and select its properties. You can see the Group write-back state on the group.
6464

6565
[![Screenshot of M365 group properties](media/how-to-connect-group-writeback/group-2.png)](media/how-to-connect-group-writeback/group-2.png#lightbox)
6666

@@ -85,7 +85,7 @@ To see the default behavior in your environment for newly created groups use MS
8585

8686
If a `directorySetting` named **Group.Unified** doesn't exist, the default directory setting is applied and newly created Microsoft 365 groups **will automatically** be written back.
8787

88-
If a `directorySetting` named **Group.Unified** exists with a `NewUnifiedGroupWritebackDefault` value of **false**, Microsoft 365 groups **won't automatically** be enabled for write back when they're created. If the value is not specified or it is set to true, newly created Microsoft 365 groups **will automatically** be written back.
88+
If a `directorySetting` named **Group.Unified** exists with a `NewUnifiedGroupWritebackDefault` value of **false**, Microsoft 365 groups **won't automatically** be enabled for write-back when they're created. If the value is not specified or it is set to true, newly created Microsoft 365 groups **will automatically** be written back.
8989

9090

9191
You can also use the PowerShell cmdlet [AzureADDirectorySetting](https://docs.microsoft.com/azure/active-directory/enterprise-users/groups-settings-cmdlets)
@@ -94,13 +94,13 @@ You can also use the PowerShell cmdlet [AzureADDirectorySetting](https://docs.mi
9494

9595
If nothing is returned, you are using the default directory settings, and newly created Microsoft 365 groups **will automatically** be written back.
9696

97-
If a `directorySetting` is returned with a `NewUnifiedGroupWritebackDefault` value of **false**, Microsoft 365 groups **won't automatically** be enabled for write back when they're created. If the value is not specified or it is set to **true**, newly created Microsoft 365 groups **will automatically** be written back.
97+
If a `directorySetting` is returned with a `NewUnifiedGroupWritebackDefault` value of **false**, Microsoft 365 groups **won't automatically** be enabled for write-back when they're created. If the value is not specified or it is set to **true**, newly created Microsoft 365 groups **will automatically** be written back.
9898

9999
### Discover if AD has been prepared for Exchange
100100
To verify if Active Directory has been prepared for Exchange, see [Prepare Active Directory and domains for Exchange Server, Active Directory Exchange Server, Exchange Server Active Directory, Exchange 2019 Active Directory](https://docs.microsoft.com/Exchange/plan-and-deploy/prepare-ad-and-domains?view=exchserver-2019#how-do-you-know-this-worked)
101101

102-
## Public Preview Pre-requisites
103-
The following are pre-requistes for group writeback.
102+
## Public Preview Prerequisites
103+
The following are prerequistes for group writeback.
104104

105105
- An Azure AD Premium 1 license
106106
- Azure AD Connect version 2.0.89.0 or later
@@ -121,7 +121,7 @@ To keep the default behavior, continue to the [enable group writeback](how-to-co
121121

122122
The default behavior can be modified as follows:
123123

124-
- Only groups that are configured for write back will be written back, including newly created Microsoft 365 groups.
124+
- Only groups that are configured for write-back will be written back, including newly created Microsoft 365 groups.
125125
- Groups that are written to on prem will be deleted in AD when they're either disabled for group writeback, soft deleted, or hard deleted in Azure AD.
126126
- Microsoft 365 groups with up to 250,000 members can be written back to on-premises.
127127

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.collection: M365-identity-device-management
2020

2121
Group writeback is the feature that allows you to write cloud groups back to your on-premises Active Directory using Azure AD Connect Sync. You can change the default behavior in the following ways:
2222

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

@@ -32,7 +32,7 @@ If the original version of group writeback is already enabled and in use in your
3232

3333
### Disable automatic writeback of all Microsoft 365 groups
3434

35-
1. To configure directory settings to disable automatic writeback of newly created Microsoft 365 groups,update the `NewUnifiedGroupWritebackDefault` setting to false.
35+
1. To configure directory settings to disable automatic writeback of newly created Microsoft 365 groups, update the `NewUnifiedGroupWritebackDefault` setting to false.
3636
2. To do this via Powershell, use the: [New-AzureADDirectorySetting](https://docs.microsoft.com/azure/active-directory/enterprise-users/groups-settings-cmdlets) cmdlet.
3737
Example:
3838
```PowerShell

0 commit comments

Comments
 (0)