Skip to content

Commit 25eabec

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#107054
performed changes in line no. 84 changed from (Get-AzureADDirectorySetting | ? { $_.DisplayName -eq "Group.Unified"} | FL *).values changed to "Get-AzureADDirectorySetting | ? { $_.DisplayName -eq "Group.Unified"} | Select-Object -ExpandProperty Values"
1 parent 2360c57 commit 25eabec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ To see the default behavior in your environment for newly created groups, use th
8181
8282
You can also use the PowerShell cmdlet [AzureADDirectorySetting](../enterprise-users/groups-settings-cmdlets.md).
8383

84-
> Example: `(Get-AzureADDirectorySetting | ? { $_.DisplayName -eq "Group.Unified"} | FL *).values`
84+
> Example: `(Get-AzureADDirectorySetting | ? { $_.DisplayName -eq "Group.Unified"} | Select-Object -ExpandProperty Values`
8585
8686
> If nothing is returned, you're using the default directory settings. Newly created Microsoft 365 groups *will automatically* be written back.
8787

0 commit comments

Comments
 (0)