Skip to content

Commit

Permalink
Update manage-creation-of-groups.md
Browse files Browse the repository at this point in the history
I fixed my small mistake
  • Loading branch information
realPrix authored Dec 5, 2024
1 parent 3d7abcf commit ce0c806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microsoft-365/solutions/manage-creation-of-groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ if(!$settingsObjectID)
}
$groupId = (Get-MgBetaGroup | Where-object {$_.displayname -eq $GroupName}).Id
$groupId = (Get-MgGroup -Filter "displayName eq '$GroupName'").id
$params = @{
templateId = "62375ab9-6b52-47ed-826b-58e47e0e304b"
Expand Down

0 comments on commit ce0c806

Please sign in to comment.