@@ -25,6 +25,8 @@ Set-SPOTenant
2525 [-BccExternalSharingInvitationsList <String>]
2626 [-BlockDownloadLinksFileType <BlockDownloadLinksFileTypes>]
2727 [-BusinessConnectivityServiceDisabled <Boolean>]
28+ [-DelegateRestrictedAccessControlManagement <Boolean>]
29+ [-DelegateRestrictedContentDiscoverabilityManagement <Boolean>]
2830 [-DisplayStartASiteOption <Boolean>]
2931 [-EnableAIPIntegration <Boolean>]
3032 [-EnableAutoNewsDigest <Boolean>]
@@ -460,6 +462,55 @@ Position: Named
460462Default value : False
461463Accept pipeline input : False
462464Accept wildcard characters : False
465+
466+ ` ` `
467+
468+ ### -DelegateRestrictedAccessControlManagement
469+
470+ Allows SharePoint administrators to delegate the management of Restricted access control policy on sites to site admins and owners.
471+
472+ The valid values are:
473+
474+ - True - Allow site admins and owners to manage Restricted access control policy
475+
476+ - False (default) - Do not allow site admins and owners to manage Restricted access control policy
477+
478+
479+ ` ` ` yaml
480+ Type : Boolean
481+ Parameter Sets : (All)
482+ Aliases :
483+ Applicable : SharePoint Online
484+ Required : False
485+ Position : Named
486+ Default value : False
487+ Accept pipeline input : False
488+ Accept wildcard characters : False
489+
490+ ` ` `
491+
492+ ### -DelegateRestrictedContentDiscoverabilityManagement
493+
494+ Allows SharePoint administrators to delegate the management of Restricted content discoverability policy on sites to site admins and owners.
495+
496+ The valid values are:
497+
498+ - True - Allow site admins and owners to manage Restricted content discoverability policy
499+
500+ - False (default) - Do not allow site admins and owners to manage Restricted content discoverability policy
501+
502+
503+ ` ` ` yaml
504+ Type : Boolean
505+ Parameter Sets : (All)
506+ Aliases :
507+ Applicable : SharePoint Online
508+ Required : False
509+ Position : Named
510+ Default value : False
511+ Accept pipeline input : False
512+ Accept wildcard characters : False
513+
463514` ` `
464515
465516### -DisplayStartASiteOption
0 commit comments