Skip to content

Commit 9ffda4c

Browse files
authored
Apply suggestions from code review
1 parent 5d18d0b commit 9ffda4c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

articles/active-directory/hybrid/how-to-connect-modify-group-writeback.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ To configure directory settings to disable automatic writeback of newly created
5050
To disable writeback of all Microsoft 365 groups that were created before these modifications, use one of the folowing methods:
5151

5252
- 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:
5454

5555
```PowerShell
5656
#Import-module
@@ -68,9 +68,7 @@ To disable writeback of all Microsoft 365 groups that were created before these
6868
{
6969
Update-MgGroup -GroupId $group.id -WritebackConfiguration @{isEnabled=$false}
7070
}
71-
```
72-
> [!Note]
73-
> 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)
7472
7573
- Microsoft Graph Explorer: Use a [group object](/graph/api/group-update?tabs=http&view=graph-rest-beta&preserve-view=true).
7674

0 commit comments

Comments
 (0)