Skip to content

Commit 46fbba9

Browse files
authored
Merge branch 'main' into docs-editor/Set-SPOTenant-1728281032
2 parents b87648c + 1e1dcd5 commit 46fbba9

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,11 @@ Set-SPOSite [-Identity] <SpoSitePipeBind>
101101
[<CommonParameters>]
102102
```
103103

104+
### ClearGroupId
105+
```powershell
106+
Set-SPOSite [-Identity] <SpoSitePipeBind> [-ClearGroupId] [<CommonParameters>]
107+
```
108+
104109
## DESCRIPTION
105110

106111
For any parameters that are passed in, the `Set-SPOSite` cmdlet sets or updates the setting for the site collection identified by parameter Identity.
@@ -1460,6 +1465,21 @@ Accept wildcard characters: False
14601465
14611466
```
14621467

1468+
1469+
### -ClearGroupId
1470+
This parameter allows you to remove the assigned Microsoft 365 group ID on a site, when the group is permanently deleted.
1471+
1472+
```yaml
1473+
Type: SwitchParameter
1474+
Parameter Sets: ClearGroupId
1475+
Aliases:
1476+
Required: False
1477+
Position: Named
1478+
Default value: None
1479+
Accept pipeline input: False
1480+
Accept wildcard characters: False
1481+
```
1482+
14631483
### CommonParameters
14641484

14651485
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).

0 commit comments

Comments
 (0)