File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
sharepoint/sharepoint-ps/sharepoint-online Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,13 @@ Set-SPOSite [-Identity] <SpoSitePipeBind>
101101 [<CommonParameters>]
102102```
103103
104+ ### ClearGroupId
105+ ``` powershell
106+ Set-SPOSite [-Identity] <SpoSitePipeBind>
107+ [-ClearGroupId]
108+ [<CommonParameters>]
109+ ```
110+
104111## DESCRIPTION
105112
106113For any parameters that are passed in, the ` Set-SPOSite ` cmdlet sets or updates the setting for the site collection identified by parameter Identity.
@@ -1462,7 +1469,7 @@ Accept wildcard characters: False
14621469
14631470
14641471# ## -ClearGroupId
1465- This parameter allows you to remove the assigned M365 group id on a site, when the group is permanently deleted.
1472+ This parameter allows you to remove the assigned Microsoft 365 group ID on a site, when the group is permanently deleted.
14661473
14671474` ` ` yaml
14681475Type: SwitchParameter
You can’t perform that action at this time.
0 commit comments