Skip to content

Commit a4e8bae

Browse files
authored
Merge pull request #205305 from barclayn/group-writeback-update
making updates
2 parents a06f807 + b8155c1 commit a4e8bae

File tree

1 file changed

+22
-10
lines changed

1 file changed

+22
-10
lines changed

articles/active-directory/enterprise-users/groups-write-back-portal.md

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: Group writeback portal operations (preview) in Azure Active Directory
33
description: The access points for group writeback to on-premises Active Directory in the Azure Active Directory admin center.
44
keywords:
5-
author: curtand
6-
manager: karenhoran
7-
ms.author: curtand
5+
author: barclayn
6+
manager: rkarlin
7+
ms.author: barclayn
88
ms.reviewer: jordan.dahl
9-
ms.date: 06/18/2022
9+
ms.date: 07/21/2022
1010
ms.topic: how-to
1111
ms.service: active-directory
1212
ms.subservice: enterprise-users
@@ -23,7 +23,20 @@ ms.collection: M365-identity-device-management
2323
Group writeback is a valuable tool for administrators of Azure Active Directory (Azure AD) tenants being synced with on-premises Active Directory groups. Microsoft is now previewing new capabilities for group writeback. In this preview, you can specify in the Azure AD admin center which groups you want to write back and what you’d like each group to write back as. You can write Microsoft 365 groups back to on-premises Active Directory as Distribution, Mail-enabled Security, or Security groups, and write Security groups back as Security groups. Groups are written back with a scope of universal​.
2424

2525
>[!NOTE]
26-
> If you were previously writing Microsoft 365 groups back to on-premises Active Directory as universal distribution groups, they will appear in the Azure portal as not enabled for writeback in both the **Groups** page and in the properties page for a group. This is to ensure backward compatibility with the legacy version of group writeback and to avoid breaking setups that customers currently have.
26+
> If you were previously writing Microsoft 365 groups back to on-premises Active Directory as universal distribution groups, they will appear in the Azure portal as not enabled for writeback in both the **Groups** page and in the properties page for a group. These pages display a new property introduced for the preview, “writeback enabled”. This property is not set by the current version of group writeback to ensure backward compatibility with the legacy version of group writeback and to avoid breaking existing customer setups.
27+
28+
To understand the behavior of No writeback in the portal, check the properties of the group in MS Graph.
29+
30+
31+
| Portal | MS Graph| Behavior|
32+
|--------|---------|---------|
33+
| No writeback | isEnabled=false | Group won't be written back to on-premises Active Directory|
34+
| No writeback | IsEnabled = null & onPremisesGroupType = null | If a Microsoft 365 group – it will be written back to on-premises Active Directory as a distribution group. </br> If an Azure AD security group – it will not be written back to on premises Active Directory. |
35+
36+
By default, the **Group writeback state** of groups is set to **No writeback**. This means:
37+
38+
- **Microsoft 365 groups**: if the group ```IsEnabled = null``` and ```onPremisesGroupType = null```, to ensure backwards compatibility with older version of group writeback, the group is written back to your on-premises Active Directory as a distribution group.
39+
- **Azure AD security groups**: if the group ```IsEnabled = null``` and ```onPremisesGroupType = null``` then the group is not written back to your on-premises Active Directory.
2740

2841
## Show writeback columns
2942

@@ -39,15 +52,14 @@ The **Writeback enabled** column allows you to turn off the writeback capability
3952

4053
## Writeback settings in group properties
4154

42-
You can also configure writeback settings for a group on the property page for the group. There's a **Group writeback state** setting allows you to turn off writeback for the group or to specify the writeback group type. When **No writeback** is selected, the group isn't being written back at all. If you select one of the other writeback types as an option (for example, Security), then you have:
55+
You can also configure writeback settings for a group on the property page for the group. There's a **Group writeback state** setting that allows you to turn off writeback for the group or to specify the writeback group type. When **No writeback** is selected, the group isn't written back. If you select one of the other writeback types as an option (for example, Security), then you have:
4356

4457
- Enabled the group for writeback
4558
- Targeted the writeback type as a security group
4659

4760
:::image type="content" source="./media/groups-write-back-portal/groups-properties-view.png" alt-text="Screenshot of changing writeback settings in the group properties." lightbox="media/groups-write-back-portal/groups-properties-view.png":::
48-
49-
## Next steps
5061

51-
Check out the groups REST API documentation for the [preview writeback property on the settings template](../hybrid/how-to-connect-group-writeback.md).
62+
## Next steps
5263

53-
For more about group writeback operations, see [Azure AD Connect group writeback](../hybrid/how-to-connect-group-writeback.md)
64+
- Check out the groups REST API documentation for the [preview writeback property on the settings template](/graph/api/resources/group?view=graph-rest-beta&preserve-view=true).
65+
- For more about group writeback operations, see [Azure AD Connect group writeback](../hybrid/how-to-connect-group-writeback.md)

0 commit comments

Comments
 (0)