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-modify-group-writeback.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ To configure directory settings to disable automatic writeback of newly created
50
50
To disable writeback of all Microsoft 365 groups that were created before these modifications, use one of the folowing methods:
51
51
52
52
- Portal: Use the [Microsoft Entra admin portal](../enterprise-users/groups-write-back-portal.md).
53
-
- PowerShell: Use the [Microsoft Graph PowerShell SDK](https://learn.microsoft.com/en-us/powershell/microsoftgraph/installation?view=graph-powershell-1.0). For example:
53
+
- PowerShell: Use the [Microsoft Graph PowerShell SDK](/powershell/microsoftgraph/installation?view=graph-powershell-1.0). For example:
54
54
55
55
```PowerShell
56
56
#Import-module
@@ -68,9 +68,7 @@ To disable writeback of all Microsoft 365 groups that were created before these
> We recomend using Microsoft Graph PowerShell SDK with [Windows PowerShell 7](https://learn.microsoft.com/en-us/powershell/scripting/whats-new/migrating-from-windows-powershell-51-to-powershell-7?view=powershell-7.3)
71
+
> We recomend using Microsoft Graph PowerShell SDK with [Windows PowerShell 7](/powershell/scripting/whats-new/migrating-from-windows-powershell-51-to-powershell-7?view=powershell-7.3)
74
72
75
73
- Microsoft Graph Explorer: Use a [group object](/graph/api/group-update?tabs=http&view=graph-rest-beta&preserve-view=true).
0 commit comments