Skip to content

Commit 88673a6

Browse files
author
sijiameng
committed
update
1 parent 491db25 commit 88673a6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Set-SPOSite.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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

106113
For 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
14681475
Type: SwitchParameter

0 commit comments

Comments
 (0)