Skip to content

Commit 4705c4c

Browse files
Update manage-creation-of-groups.md
The value on line 128 of the sample code is incorrect. "true" no longer works with the graph commands, it must be $true
1 parent a27ccbc commit 4705c4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

microsoft-365/solutions/manage-creation-of-groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ if(!$settingsObjectID)
125125
values = @(
126126
@{
127127
name = "EnableMSStandardBlockedWords"
128-
value = "true"
128+
value = $true
129129
}
130130
)
131131
}

0 commit comments

Comments
 (0)