Skip to content

Commit d264d9f

Browse files
authored
Merge branch 'main' into patch-2
2 parents 649d1ef + b7ec283 commit d264d9f

File tree

2 files changed

+50
-8
lines changed

2 files changed

+50
-8
lines changed

.github/workflows/AutoPublish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ permissions:
77

88
on:
99
schedule:
10-
- cron: "25 2,5,8,11,14,17,20,22 * * *" # Times are UTC based on Daylight Saving Time. Need to be adjusted for Standard Time. Scheduling at :25 to account for queuing lag.
10+
# - cron: "25 2,5,8,11,14,17,20,22 * * *" # Times are UTC based on Daylight Saving Time (~Mar-Nov). Scheduling at :25 to account for queuing lag.
11+
- cron: "25 3,6,9,12,15,18,21,23 * * *" # Times are UTC based on Standard Time (~Nov-Mar). Scheduling at :25 to account for queuing lag.
1112

1213
workflow_dispatch:
1314

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

Lines changed: 48 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
109109
[-BlockDownloadFileTypeIds <SPBlockDownloadFileTypeId[]>] [-ExcludedBlockDownloadGroupIds <Guid[]>]
110110
[-TlsTokenBindingPolicyValue <SPOTlsTokenBindingPolicyValue>] [-RecycleBinRetentionPeriod <Int32>]
111111
[-IsEnableAppAuthPopUpEnabled <Boolean>] [-IsDataAccessInCardDesignerEnabled <Boolean>]
112-
[-MassDeleteNotificationDisabled <Boolean>] [-EnableAutoExpirationVersionTrim <Boolean>]
112+
[-MassDeleteNotificationDisabled <Boolean>] [-MassDeleteNotificationDisabledForODB <Boolean>]
113+
[-MassDeleteNotificationDisabledForSPO <Boolean>] [-EnableAutoExpirationVersionTrim <Boolean>]
113114
[-EnableMediaReactions <Boolean>] [-BusinessConnectivityServiceDisabled <Boolean>]
114115
[-ExpireVersionsAfterDays <Int32>] [-MajorVersionLimit <Int32>] [-FileTypesForVersionExpiration <String[]>]
115116
[-RemoveVersionExpirationFileTypeOverride <String[]>] [-AllowSensitivityLabelOnRecords <Boolean>]
@@ -233,7 +234,8 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
233234
[-BlockDownloadFileTypeIds <SPBlockDownloadFileTypeId[]>] [-ExcludedBlockDownloadGroupIds <Guid[]>]
234235
[-TlsTokenBindingPolicyValue <SPOTlsTokenBindingPolicyValue>] [-RecycleBinRetentionPeriod <Int32>]
235236
[-IsEnableAppAuthPopUpEnabled <Boolean>] [-IsDataAccessInCardDesignerEnabled <Boolean>]
236-
[-MassDeleteNotificationDisabled <Boolean>] [-EnableAutoExpirationVersionTrim <Boolean>]
237+
[-MassDeleteNotificationDisabled <Boolean>] [-MassDeleteNotificationDisabledForODB <Boolean>]
238+
[-MassDeleteNotificationDisabledForSPO <Boolean>] [-EnableAutoExpirationVersionTrim <Boolean>]
237239
[-EnableMediaReactions <Boolean>] [-BusinessConnectivityServiceDisabled <Boolean>]
238240
[-ExpireVersionsAfterDays <Int32>] [-MajorVersionLimit <Int32>] [-FileTypesForVersionExpiration <String[]>]
239241
[-RemoveVersionExpirationFileTypeOverride <String[]>] [-AllowSensitivityLabelOnRecords <Boolean>]
@@ -358,7 +360,8 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
358360
[-BlockDownloadFileTypeIds <SPBlockDownloadFileTypeId[]>] [-ExcludedBlockDownloadGroupIds <Guid[]>]
359361
[-TlsTokenBindingPolicyValue <SPOTlsTokenBindingPolicyValue>] [-RecycleBinRetentionPeriod <Int32>]
360362
[-IsEnableAppAuthPopUpEnabled <Boolean>] [-IsDataAccessInCardDesignerEnabled <Boolean>]
361-
[-MassDeleteNotificationDisabled <Boolean>] [-EnableAutoExpirationVersionTrim <Boolean>]
363+
[-MassDeleteNotificationDisabled <Boolean>] [-MassDeleteNotificationDisabledForODB <Boolean>]
364+
[-MassDeleteNotificationDisabledForSPO <Boolean>] [-EnableAutoExpirationVersionTrim <Boolean>]
362365
[-EnableMediaReactions <Boolean>] [-BusinessConnectivityServiceDisabled <Boolean>]
363366
[-ExpireVersionsAfterDays <Int32>] [-MajorVersionLimit <Int32>] [-FileTypesForVersionExpiration <String[]>]
364367
[-RemoveVersionExpirationFileTypeOverride <String[]>] [-AllowSensitivityLabelOnRecords <Boolean>]
@@ -481,7 +484,8 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
481484
[-BlockDownloadFileTypeIds <SPBlockDownloadFileTypeId[]>] [-ExcludedBlockDownloadGroupIds <Guid[]>]
482485
[-TlsTokenBindingPolicyValue <SPOTlsTokenBindingPolicyValue>] [-RecycleBinRetentionPeriod <Int32>]
483486
[-IsEnableAppAuthPopUpEnabled <Boolean>] [-IsDataAccessInCardDesignerEnabled <Boolean>]
484-
[-MassDeleteNotificationDisabled <Boolean>] [-EnableAutoExpirationVersionTrim <Boolean>]
487+
[-MassDeleteNotificationDisabled <Boolean>] [-MassDeleteNotificationDisabledForODB <Boolean>]
488+
[-MassDeleteNotificationDisabledForSPO <Boolean>] [-EnableAutoExpirationVersionTrim <Boolean>]
485489
[-EnableMediaReactions <Boolean>] [-BusinessConnectivityServiceDisabled <Boolean>]
486490
[-ExpireVersionsAfterDays <Int32>] [-MajorVersionLimit <Int32>] [-FileTypesForVersionExpiration <String[]>]
487491
[-RemoveVersionExpirationFileTypeOverride <String[]>] [-AllowSensitivityLabelOnRecords <Boolean>]
@@ -604,7 +608,8 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
604608
[-BlockDownloadFileTypeIds <SPBlockDownloadFileTypeId[]>] [-ExcludedBlockDownloadGroupIds <Guid[]>]
605609
[-TlsTokenBindingPolicyValue <SPOTlsTokenBindingPolicyValue>] [-RecycleBinRetentionPeriod <Int32>]
606610
[-IsEnableAppAuthPopUpEnabled <Boolean>] [-IsDataAccessInCardDesignerEnabled <Boolean>]
607-
[-MassDeleteNotificationDisabled <Boolean>] [-EnableAutoExpirationVersionTrim <Boolean>]
611+
[-MassDeleteNotificationDisabled <Boolean>] [-MassDeleteNotificationDisabledForODB <Boolean>]
612+
[-MassDeleteNotificationDisabledForSPO <Boolean>] [-EnableAutoExpirationVersionTrim <Boolean>]
608613
[-EnableMediaReactions <Boolean>] [-BusinessConnectivityServiceDisabled <Boolean>]
609614
[-ExpireVersionsAfterDays <Int32>] [-MajorVersionLimit <Int32>] [-FileTypesForVersionExpiration <String[]>]
610615
[-RemoveVersionExpirationFileTypeOverride <String[]>] [-AllowSensitivityLabelOnRecords <Boolean>]
@@ -3974,7 +3979,7 @@ Accept wildcard characters: False
39743979

39753980
### -MassDeleteNotificationDisabled
39763981

3977-
Enables or disables the mass delete detection feature. When MassDeleteNotificationDisabled is set to $true, tenant admins can perform mass deletion operations without triggering notifications.
3982+
Enables or disables the mass delete detection feature. When MassDeleteNotificationDisabled is set to $true, tenant admins can perform mass deletion operations without triggering email notifications.
39783983

39793984
PARAMVALUE: True | False
39803985

@@ -3985,7 +3990,43 @@ Aliases:
39853990
39863991
Required: False
39873992
Position: Named
3988-
Default value: None
3993+
Default value: False
3994+
Accept pipeline input: False
3995+
Accept wildcard characters: False
3996+
```
3997+
3998+
### -MassDeleteNotificationDisabledForODB
3999+
4000+
Enables or disables the mass delete detection feature for ODB. When MassDeleteNotificationDisabledForODB is set to $true, tenant admins can perform mass deletion operations without triggering email notifications for ODB.
4001+
4002+
PARAMVALUE: True | False
4003+
4004+
```yaml
4005+
Type: System.Boolean
4006+
Parameter Sets: (All)
4007+
Aliases:
4008+
4009+
Required: False
4010+
Position: Named
4011+
Default value: False
4012+
Accept pipeline input: False
4013+
Accept wildcard characters: False
4014+
```
4015+
4016+
### -MassDeleteNotificationDisabledForSPO
4017+
4018+
Enables or disables the mass delete detection feature for SPO. When MassDeleteNotificationDisabledForSPO is set to $true, tenant admins can perform mass deletion operations without triggering email notifications for SPO.
4019+
4020+
PARAMVALUE: True | False
4021+
4022+
```yaml
4023+
Type: System.Boolean
4024+
Parameter Sets: (All)
4025+
Aliases:
4026+
4027+
Required: False
4028+
Position: Named
4029+
Default value: False
39894030
Accept pipeline input: False
39904031
Accept wildcard characters: False
39914032
```

0 commit comments

Comments
 (0)