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
17 changes: 17 additions & 0 deletions sharepoint/sharepoint-ps/sharepoint-online/Set-SPOSite.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ Set-SPOSite
[-RequestFilesLinkExpirationInDays <Int32>]
[-ResourceQuotaWarningLevel <Double>]
[-RestrictContentOrgWideSearch <Boolean>]
[-RestrictedContentDiscoveryforCopilotAndAgents <Boolean>]
[-RestrictedAccessControl <Boolean>]
[-RestrictedAccessControlGroups [Guid[]]]
[-RestrictedToGeo <RestrictedToRegion>]
Expand Down Expand Up @@ -1806,6 +1807,22 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -RestrictedContentDiscoveryforCopilotAndAgents

Sets or updates the site setting to host Agents by activating or deactivating the Restricted Content Discovery (RCD) for Agents. *Currently under private preview.*

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

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

### CommonParameters

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).
Expand Down
Loading