Skip to content

Commit 461582b

Browse files
authored
Update Set-SPOTenant.md
1 parent 4384ade commit 461582b

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

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

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ Set-SPOTenant
7575
[-DefaultOneDriveInformationBarrierMode <String>]
7676
[-DefaultSharingLinkType <SharingLinkType>]
7777
[-DelayDenyAddAndCustomizePagesEnforcement <Boolean>]
78+
[-DelayDenyAddAndCustomizePagesEnforcementOnClassicPublishingSites <Boolean>]
7879
[-DelegateRestrictedAccessControlManagement <Boolean>]
7980
[-DelegateRestrictedContentDiscoverabilityManagement <Boolean>]
8081
[-DenySelectSecurityGroupsInSPSitesList [String[]]]
@@ -3050,6 +3051,30 @@ Accept pipeline input: False
30503051
Accept wildcard characters: False
30513052
```
30523053

3054+
### -DelayDenyAddAndCustomizePagesEnforcementOnClassicPublishingSites
3055+
3056+
This parameter controls how SharePoint will deal with classic publishing sites (templates BLANKINTERNETCONTAINER#0, CMSPUBLISHING#0 and BLANKINTERNET#0) where custom scripts are allowed.
3057+
3058+
The valid values are:
3059+
3060+
* False (default) - for classic publishing site collections where administrators enabled the ability to add custom script, SharePoint will revoke that ability within 24 hours from the last time this setting was changed.
3061+
* True - All changes performed by administrators to custom script settings are preserved.
3062+
3063+
> [!NOTE]
3064+
> This setting affects all classic publishing sites (templates BLANKINTERNETCONTAINER#0, CMSPUBLISHING#0 and BLANKINTERNET#0). There are no options to preserve changes to custom script settings only on some specific sites.
3065+
3066+
```yaml
3067+
Type: Boolean
3068+
Parameter Sets: (All)
3069+
Aliases:
3070+
Applicable: SharePoint Online
3071+
Required: False
3072+
Position: Named
3073+
Default value: False
3074+
Accept pipeline input: False
3075+
Accept wildcard characters: False
3076+
```
3077+
30533078
### -IsDataAccessInCardDesignerEnabled
30543079

30553080
The IsDataAccessInCardDesignerEnabled settings (defaulted to false) will allow Viva Connections Dashboard operators to access SharePoint and Graph APIs in the Card Designer card.

0 commit comments

Comments
 (0)