diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md index 2af22553d..466eac85e 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md @@ -109,7 +109,8 @@ Set-SPOTenant [-MinCompatibilityLevel ] [-MaxCompatibilityLevel ] [-BlockDownloadFileTypeIds ] [-ExcludedBlockDownloadGroupIds ] [-TlsTokenBindingPolicyValue ] [-RecycleBinRetentionPeriod ] [-IsEnableAppAuthPopUpEnabled ] [-IsDataAccessInCardDesignerEnabled ] - [-MassDeleteNotificationDisabled ] [-EnableAutoExpirationVersionTrim ] + [-MassDeleteNotificationDisabled ] [-MassDeleteNotificationDisabledForODB ] + [-MassDeleteNotificationDisabledForSPO ] [-EnableAutoExpirationVersionTrim ] [-EnableMediaReactions ] [-BusinessConnectivityServiceDisabled ] [-ExpireVersionsAfterDays ] [-MajorVersionLimit ] [-FileTypesForVersionExpiration ] [-RemoveVersionExpirationFileTypeOverride ] [-AllowSensitivityLabelOnRecords ] @@ -233,7 +234,8 @@ Set-SPOTenant [-MinCompatibilityLevel ] [-MaxCompatibilityLevel ] [-BlockDownloadFileTypeIds ] [-ExcludedBlockDownloadGroupIds ] [-TlsTokenBindingPolicyValue ] [-RecycleBinRetentionPeriod ] [-IsEnableAppAuthPopUpEnabled ] [-IsDataAccessInCardDesignerEnabled ] - [-MassDeleteNotificationDisabled ] [-EnableAutoExpirationVersionTrim ] + [-MassDeleteNotificationDisabled ] [-MassDeleteNotificationDisabledForODB ] + [-MassDeleteNotificationDisabledForSPO ] [-EnableAutoExpirationVersionTrim ] [-EnableMediaReactions ] [-BusinessConnectivityServiceDisabled ] [-ExpireVersionsAfterDays ] [-MajorVersionLimit ] [-FileTypesForVersionExpiration ] [-RemoveVersionExpirationFileTypeOverride ] [-AllowSensitivityLabelOnRecords ] @@ -358,7 +360,8 @@ Set-SPOTenant [-MinCompatibilityLevel ] [-MaxCompatibilityLevel ] [-BlockDownloadFileTypeIds ] [-ExcludedBlockDownloadGroupIds ] [-TlsTokenBindingPolicyValue ] [-RecycleBinRetentionPeriod ] [-IsEnableAppAuthPopUpEnabled ] [-IsDataAccessInCardDesignerEnabled ] - [-MassDeleteNotificationDisabled ] [-EnableAutoExpirationVersionTrim ] + [-MassDeleteNotificationDisabled ] [-MassDeleteNotificationDisabledForODB ] + [-MassDeleteNotificationDisabledForSPO ] [-EnableAutoExpirationVersionTrim ] [-EnableMediaReactions ] [-BusinessConnectivityServiceDisabled ] [-ExpireVersionsAfterDays ] [-MajorVersionLimit ] [-FileTypesForVersionExpiration ] [-RemoveVersionExpirationFileTypeOverride ] [-AllowSensitivityLabelOnRecords ] @@ -481,7 +484,8 @@ Set-SPOTenant [-MinCompatibilityLevel ] [-MaxCompatibilityLevel ] [-BlockDownloadFileTypeIds ] [-ExcludedBlockDownloadGroupIds ] [-TlsTokenBindingPolicyValue ] [-RecycleBinRetentionPeriod ] [-IsEnableAppAuthPopUpEnabled ] [-IsDataAccessInCardDesignerEnabled ] - [-MassDeleteNotificationDisabled ] [-EnableAutoExpirationVersionTrim ] + [-MassDeleteNotificationDisabled ] [-MassDeleteNotificationDisabledForODB ] + [-MassDeleteNotificationDisabledForSPO ] [-EnableAutoExpirationVersionTrim ] [-EnableMediaReactions ] [-BusinessConnectivityServiceDisabled ] [-ExpireVersionsAfterDays ] [-MajorVersionLimit ] [-FileTypesForVersionExpiration ] [-RemoveVersionExpirationFileTypeOverride ] [-AllowSensitivityLabelOnRecords ] @@ -604,7 +608,8 @@ Set-SPOTenant [-MinCompatibilityLevel ] [-MaxCompatibilityLevel ] [-BlockDownloadFileTypeIds ] [-ExcludedBlockDownloadGroupIds ] [-TlsTokenBindingPolicyValue ] [-RecycleBinRetentionPeriod ] [-IsEnableAppAuthPopUpEnabled ] [-IsDataAccessInCardDesignerEnabled ] - [-MassDeleteNotificationDisabled ] [-EnableAutoExpirationVersionTrim ] + [-MassDeleteNotificationDisabled ] [-MassDeleteNotificationDisabledForODB ] + [-MassDeleteNotificationDisabledForSPO ] [-EnableAutoExpirationVersionTrim ] [-EnableMediaReactions ] [-BusinessConnectivityServiceDisabled ] [-ExpireVersionsAfterDays ] [-MajorVersionLimit ] [-FileTypesForVersionExpiration ] [-RemoveVersionExpirationFileTypeOverride ] [-AllowSensitivityLabelOnRecords ] @@ -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 @@ -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 ```