Skip to content

Commit f1087fa

Browse files
committed
RCD support for SPE containers
1 parent f653bff commit f1087fa

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOContainer.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,19 @@ Set-SPOContainer [-Identity] <SPOContainerPipeBind>
4949
[-SharingDomainRestrictionMode <SharingDomainRestrictionModes>] [-SharingAllowedDomainList <String>]
5050
[-SharingBlockedDomainList <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
5151
```
52+
5253
### PrincipalOwnerTransfer
5354
```
5455
Set-SPOContainer [-Identity] <SPOContainerPipeBind> -CurrentPrincipalOwner <String>
5556
-NewPrincipalOwner <String> [-WhatIf] [-Confirm] [<CommonParameters>]
5657
```
58+
59+
### RestrictContentOrgWideSearch
60+
```
61+
Set-SPOContainer [-Identity] <SPOContainerPipeBind> [-RestrictContentOrgWideSearch <Boolean>] [-WhatIf]
62+
[-Confirm] [<CommonParameters>]
63+
```
64+
5765
## DESCRIPTION
5866

5967
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.
@@ -444,6 +452,22 @@ Accept pipeline input: False
444452
Accept wildcard characters: False
445453
```
446454
455+
### -RestrictContentOrgWideSearch
456+
457+
Controls whether org-wide content search is enabled for a site.
458+
459+
```yaml
460+
Type: Boolean
461+
Parameter Sets: RestrictContentOrgWideSearch
462+
Aliases:
463+
464+
Required: False
465+
Position: Named
466+
Default value: None
467+
Accept pipeline input: False
468+
Accept wildcard characters: False
469+
```
470+
447471
### CommonParameters
448472
449473
> Applicable: SharePoint Online

0 commit comments

Comments
 (0)