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-group-writeback-enable.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ If the original version of group writeback was not previously enabled, continue
85
85
86
86
## Optional Configuration
87
87
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.
Copy file name to clipboardExpand all lines: articles/active-directory/hybrid/how-to-connect-group-writeback-v2.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ The following document will walk you through what you need to know before you en
41
41
42
42
43
43
## 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.
45
45
46
46
## Discovery
47
47
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.
60
60
61
61
### Discover the current writeback settings for existing Microsoft 365 groups
62
62
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.
64
64
65
65
[](media/how-to-connect-group-writeback/group-2.png#lightbox)
66
66
@@ -85,7 +85,7 @@ To see the default behavior in your environment for newly created groups use MS
85
85
86
86
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.
87
87
88
-
If a `directorySetting` named **Group.Unified** exists with a `NewUnifiedGroupWritebackDefault` value of **false**, Microsoft 365 groups **won't automatically** be enabled for writeback 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.
89
89
90
90
91
91
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
94
94
95
95
If nothing is returned, you are using the default directory settings, and newly created Microsoft 365 groups **will automatically** be written back.
96
96
97
-
If a `directorySetting` is returned with a `NewUnifiedGroupWritebackDefault` value of **false**, Microsoft 365 groups **won't automatically** be enabled for writeback 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.
98
98
99
99
### Discover if AD has been prepared for Exchange
100
100
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)
101
101
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.
104
104
105
105
- An Azure AD Premium 1 license
106
106
- 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
121
121
122
122
The default behavior can be modified as follows:
123
123
124
-
- Only groups that are configured for writeback 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.
125
125
- 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.
126
126
- Microsoft 365 groups with up to 250,000 members can be written back to on-premises.
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:
22
22
23
-
- Only groups that are configured for writeback 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.
24
24
- 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.
25
25
- Microsoft 365 groups with up to 250,000 members can be written back to on-premises.
26
26
@@ -32,7 +32,7 @@ If the original version of group writeback is already enabled and in use in your
32
32
33
33
### Disable automatic writeback of all Microsoft 365 groups
34
34
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.
36
36
2. To do this via Powershell, use the: [New-AzureADDirectorySetting](https://docs.microsoft.com/azure/active-directory/enterprise-users/groups-settings-cmdlets) cmdlet.
0 commit comments