Skip to content

Commit 68582d5

Browse files
Merge pull request #884 from pvrk/pvrk-SharePointPS-Apr
RCD for agents via PowerShell - preview
2 parents b7de9c6 + 63663c4 commit 68582d5

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ Set-SPOSite
7171
[-RequestFilesLinkExpirationInDays <Int32>]
7272
[-ResourceQuotaWarningLevel <Double>]
7373
[-RestrictContentOrgWideSearch <Boolean>]
74+
[-RestrictedContentDiscoveryforCopilotAndAgents <Boolean>]
7475
[-RestrictedAccessControl <Boolean>]
7576
[-RestrictedAccessControlGroups [Guid[]]]
7677
[-RestrictedToGeo <RestrictedToRegion>]
@@ -1806,6 +1807,22 @@ Accept pipeline input: False
18061807
Accept wildcard characters: False
18071808
```
18081809

1810+
### -RestrictedContentDiscoveryforCopilotAndAgents
1811+
1812+
Sets or updates the site setting to host Agents by activating or deactivating the Restricted Content Discovery (RCD) for Agents. *Currently under private preview.*
1813+
1814+
```yaml
1815+
Type: Boolean
1816+
Parameter Sets: ParamSet1
1817+
Aliases:
1818+
1819+
Required: False
1820+
Position: Named
1821+
Default value: None
1822+
Accept pipeline input: False
1823+
Accept wildcard characters: False
1824+
```
1825+
18091826
### CommonParameters
18101827

18111828
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)