Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,19 @@ Set-SPOContainer [-Identity] <SPOContainerPipeBind>
[-SharingDomainRestrictionMode <SharingDomainRestrictionModes>] [-SharingAllowedDomainList <String>]
[-SharingBlockedDomainList <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
```

### PrincipalOwnerTransfer
```
Set-SPOContainer [-Identity] <SPOContainerPipeBind> -CurrentPrincipalOwner <String>
-NewPrincipalOwner <String> [-WhatIf] [-Confirm] [<CommonParameters>]
```

### RestrictContentOrgWideSearch
```
Set-SPOContainer [-Identity] <SPOContainerPipeBind> [-RestrictContentOrgWideSearch <Boolean>] [-WhatIf]
[-Confirm] [<CommonParameters>]
```

## DESCRIPTION

For any parameters that are passed in, the `Set-SPOContainer` cmdlet sets or updates the setting for the active container identified by the parameter `Identity`. The cmdlet throws an error if the identity of an archived container is provided. The principal owner transfer operation is supported only for containers that are user-owned. Attempting to perform this operation on non user-owned containers will result in an error.
Expand Down Expand Up @@ -328,6 +336,24 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -RestrictContentOrgWideSearch

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing

> Applicable: SharePoint Online

> Applicable: SharePoint Online

Controls whether org-wide content search is enabled for a container.

```yaml
Type: Boolean
Parameter Sets: RestrictContentOrgWideSearch
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -SensitivityLabel

> Applicable: SharePoint Online
Expand Down