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/enterprise-users/groups-write-back-portal.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ To understand the behavior of No writeback in the portal, check the properties o
36
36
By default, the **Group writeback state** of groups is set to **No writeback**. This means:
37
37
38
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.
39
+
-**Azure AD security groups**: if the group ```IsEnabled = null``` and ```onPremisesGroupType = null``` then the group isn't written back to your on-premises Active Directory.
40
40
41
41
## Show writeback columns
42
42
@@ -78,7 +78,7 @@ CloudGroup2 True
78
78
79
79
Open [Microsoft Graph Explorer](https://developer.microsoft.com/graph/graph-explorer) and use the following endpoint ```https://graph.microsoft.com/beta/groups/{Group_ID}```.
80
80
81
-
Replace the Group_ID with a cloud group id, and then click on Run query.
81
+
Replace the Group_ID with a cloud group ID, and then select on Run query.
82
82
In the **Response Preview**, scroll to the end to see the part of the JSON file.
83
83
84
84
```JSON
@@ -90,4 +90,4 @@ In the **Response Preview**, scroll to the end to see the part of the JSON file.
90
90
91
91
- 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).
92
92
- For more about group writeback operations, see [Azure AD Connect group writeback](../hybrid/how-to-connect-group-writeback.md).
93
-
- For more information about the writebackConfiguration resource, read [writebackConfiguration resource type](/graph/api/resources/writebackconfiguration?view=graph-rest-beta).
93
+
- For more information about the writebackConfiguration resource, read [writebackConfiguration resource type](/graph/api/resources/writebackconfiguration?view=graph-rest-beta&preserve-view=true).
0 commit comments