Skip to content

Commit 5922b7c

Browse files
Merge pull request #229026 from barclayn/enterprise-users-fix
minor edit
2 parents 3356d47 + b922009 commit 5922b7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To understand the behavior of No writeback in the portal, check the properties o
3636
By default, the **Group writeback state** of groups is set to **No writeback**. This means:
3737

3838
- **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.
4040

4141
## Show writeback columns
4242

@@ -78,7 +78,7 @@ CloudGroup2 True
7878

7979
Open [Microsoft Graph Explorer](https://developer.microsoft.com/graph/graph-explorer) and use the following endpoint ```https://graph.microsoft.com/beta/groups/{Group_ID}```.
8080

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.
8282
In the **Response Preview**, scroll to the end to see the part of the JSON file.
8383

8484
```JSON
@@ -90,4 +90,4 @@ In the **Response Preview**, scroll to the end to see the part of the JSON file.
9090

9191
- 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).
9292
- 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

Comments
 (0)