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
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
[-BlockDownloadFileTypeIds <SPBlockDownloadFileTypeId[]>] [-ExcludedBlockDownloadGroupIds <Guid[]>]
[-TlsTokenBindingPolicyValue <SPOTlsTokenBindingPolicyValue>] [-RecycleBinRetentionPeriod <Int32>]
[-IsEnableAppAuthPopUpEnabled <Boolean>] [-IsDataAccessInCardDesignerEnabled <Boolean>]
[-MassDeleteNotificationDisabled <Boolean>] [-EnableAutoExpirationVersionTrim <Boolean>]
[-MassDeleteNotificationDisabled <Boolean>] [-MassDeleteNotificationDisabledForODB <Boolean>]
[-MassDeleteNotificationDisabledForSPO <Boolean>] [-EnableAutoExpirationVersionTrim <Boolean>]
[-EnableMediaReactions <Boolean>] [-BusinessConnectivityServiceDisabled <Boolean>]
[-ExpireVersionsAfterDays <Int32>] [-MajorVersionLimit <Int32>] [-FileTypesForVersionExpiration <String[]>]
[-RemoveVersionExpirationFileTypeOverride <String[]>] [-AllowSensitivityLabelOnRecords <Boolean>]
Expand Down Expand Up @@ -233,7 +234,8 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
[-BlockDownloadFileTypeIds <SPBlockDownloadFileTypeId[]>] [-ExcludedBlockDownloadGroupIds <Guid[]>]
[-TlsTokenBindingPolicyValue <SPOTlsTokenBindingPolicyValue>] [-RecycleBinRetentionPeriod <Int32>]
[-IsEnableAppAuthPopUpEnabled <Boolean>] [-IsDataAccessInCardDesignerEnabled <Boolean>]
[-MassDeleteNotificationDisabled <Boolean>] [-EnableAutoExpirationVersionTrim <Boolean>]
[-MassDeleteNotificationDisabled <Boolean>] [-MassDeleteNotificationDisabledForODB <Boolean>]
[-MassDeleteNotificationDisabledForSPO <Boolean>] [-EnableAutoExpirationVersionTrim <Boolean>]
[-EnableMediaReactions <Boolean>] [-BusinessConnectivityServiceDisabled <Boolean>]
[-ExpireVersionsAfterDays <Int32>] [-MajorVersionLimit <Int32>] [-FileTypesForVersionExpiration <String[]>]
[-RemoveVersionExpirationFileTypeOverride <String[]>] [-AllowSensitivityLabelOnRecords <Boolean>]
Expand Down Expand Up @@ -358,7 +360,8 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
[-BlockDownloadFileTypeIds <SPBlockDownloadFileTypeId[]>] [-ExcludedBlockDownloadGroupIds <Guid[]>]
[-TlsTokenBindingPolicyValue <SPOTlsTokenBindingPolicyValue>] [-RecycleBinRetentionPeriod <Int32>]
[-IsEnableAppAuthPopUpEnabled <Boolean>] [-IsDataAccessInCardDesignerEnabled <Boolean>]
[-MassDeleteNotificationDisabled <Boolean>] [-EnableAutoExpirationVersionTrim <Boolean>]
[-MassDeleteNotificationDisabled <Boolean>] [-MassDeleteNotificationDisabledForODB <Boolean>]
[-MassDeleteNotificationDisabledForSPO <Boolean>] [-EnableAutoExpirationVersionTrim <Boolean>]
[-EnableMediaReactions <Boolean>] [-BusinessConnectivityServiceDisabled <Boolean>]
[-ExpireVersionsAfterDays <Int32>] [-MajorVersionLimit <Int32>] [-FileTypesForVersionExpiration <String[]>]
[-RemoveVersionExpirationFileTypeOverride <String[]>] [-AllowSensitivityLabelOnRecords <Boolean>]
Expand Down Expand Up @@ -481,7 +484,8 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
[-BlockDownloadFileTypeIds <SPBlockDownloadFileTypeId[]>] [-ExcludedBlockDownloadGroupIds <Guid[]>]
[-TlsTokenBindingPolicyValue <SPOTlsTokenBindingPolicyValue>] [-RecycleBinRetentionPeriod <Int32>]
[-IsEnableAppAuthPopUpEnabled <Boolean>] [-IsDataAccessInCardDesignerEnabled <Boolean>]
[-MassDeleteNotificationDisabled <Boolean>] [-EnableAutoExpirationVersionTrim <Boolean>]
[-MassDeleteNotificationDisabled <Boolean>] [-MassDeleteNotificationDisabledForODB <Boolean>]
[-MassDeleteNotificationDisabledForSPO <Boolean>] [-EnableAutoExpirationVersionTrim <Boolean>]
[-EnableMediaReactions <Boolean>] [-BusinessConnectivityServiceDisabled <Boolean>]
[-ExpireVersionsAfterDays <Int32>] [-MajorVersionLimit <Int32>] [-FileTypesForVersionExpiration <String[]>]
[-RemoveVersionExpirationFileTypeOverride <String[]>] [-AllowSensitivityLabelOnRecords <Boolean>]
Expand Down Expand Up @@ -604,7 +608,8 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
[-BlockDownloadFileTypeIds <SPBlockDownloadFileTypeId[]>] [-ExcludedBlockDownloadGroupIds <Guid[]>]
[-TlsTokenBindingPolicyValue <SPOTlsTokenBindingPolicyValue>] [-RecycleBinRetentionPeriod <Int32>]
[-IsEnableAppAuthPopUpEnabled <Boolean>] [-IsDataAccessInCardDesignerEnabled <Boolean>]
[-MassDeleteNotificationDisabled <Boolean>] [-EnableAutoExpirationVersionTrim <Boolean>]
[-MassDeleteNotificationDisabled <Boolean>] [-MassDeleteNotificationDisabledForODB <Boolean>]
[-MassDeleteNotificationDisabledForSPO <Boolean>] [-EnableAutoExpirationVersionTrim <Boolean>]
[-EnableMediaReactions <Boolean>] [-BusinessConnectivityServiceDisabled <Boolean>]
[-ExpireVersionsAfterDays <Int32>] [-MajorVersionLimit <Int32>] [-FileTypesForVersionExpiration <String[]>]
[-RemoveVersionExpirationFileTypeOverride <String[]>] [-AllowSensitivityLabelOnRecords <Boolean>]
Expand Down Expand Up @@ -3974,7 +3979,7 @@ Accept wildcard characters: False

### -MassDeleteNotificationDisabled

Enables or disables the mass delete detection feature. When MassDeleteNotificationDisabled is set to $true, tenant admins can perform mass deletion operations without triggering notifications.
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.

PARAMVALUE: True | False

Expand All @@ -3985,7 +3990,43 @@ Aliases:

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

### -MassDeleteNotificationDisabledForODB

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.

PARAMVALUE: True | False

```yaml
Type: System.Boolean
Parameter Sets: (All)
Aliases:

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

### -MassDeleteNotificationDisabledForSPO

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.

PARAMVALUE: True | False

```yaml
Type: System.Boolean
Parameter Sets: (All)
Aliases:

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