You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then disabled the "Reply-all storm detection" in exchange admin center, and tried to run a restore of the full snapshot. It fails when restoring SCProtectionAlert:
VERBOSE: [701AE4068A8E]: LCM: [ Start Resource ] [[SCProtectionAlert]SCProtectionAlert-Reply-all storm detected]
VERBOSE: [701AE4068A8E]: LCM: [ Start Test ] [[SCProtectionAlert]SCProtectionAlert-Reply-all storm detected]
VERBOSE: [701AE4068A8E]: LCM: [ End Test ] [[SCProtectionAlert]SCProtectionAlert-Reply-all storm detected] in 0.0010 seconds.
PowerShell DSC resource MSFT_SCProtectionAlert failed to execute Test-TargetResource functionality with error message: Cannot validate argument on parameter 'Threshold'. The 1 argument is less than the minimum
allowed range of 3. Supply an argument that is greater than or equal to 3 and then try the command again.
+ CategoryInfo : InvalidOperation: (:) [], CimException
+ FullyQualifiedErrorId : ProviderOperationExecutionFailure
+ PSComputerName : localhost
The value it tries to restore:
SCProtectionAlert "SCProtectionAlert-Reply-all storm detected"
{
AggregationType = "CustomAggregation";
ApplicationId = $ConfigurationData.NonNodeData.ApplicationId;
Category = "MailFlow";
CertificateThumbprint = $ConfigurationData.NonNodeData.CertificateThumbprint;
Comment = "This alert is triggered when a reply-all storm is detected and at least one reply-all to the mail thread has been blocked. See the Reply-all Storm Protection mail flow report for more information. -V1.0.0.0";
Disabled = $False;
Ensure = "Present";
Filter = "Message.Verdict -eq 'Block'";
Name = "Reply-all storm detected";
NotificationEnabled = $True;
NotifyUser = @("TenantAdmins");
NotifyUserOnFilterMatch = $False;
Severity = "High";
TenantId = $ConfigurationData.NonNodeData.TenantId;
ThreatType = "MailFlow";
Threshold = 1;
}
Verbose logs showing the problem
See above.
Suggested solution to the issue
N/A
The DSC configuration that is used to reproduce the issue (as detailed as possible)
Using Windows Server Core container, mcr.microsoft.com/windows/servercore:1809-amd64.
Version of the DSC module that was used ('dev' if using current dev branch)
1.23.412.1 Microsoft365DSC PSGallery This DSC module is used to configure and monitor Microsoft tenants, including SharePoint Online, Exchange, Teams, etc.
The text was updated successfully, but these errors were encountered:
Details of the scenario you tried and the problem that is occurring
I exported a clean developer tenant with default sample data (https://developer.microsoft.com/en-us/microsoft-365/dev-program).
Then disabled the "Reply-all storm detection" in exchange admin center, and tried to run a restore of the full snapshot. It fails when restoring
SCProtectionAlert
:The value it tries to restore:
Verbose logs showing the problem
See above.
Suggested solution to the issue
N/A
The DSC configuration that is used to reproduce the issue (as detailed as possible)
Using Windows Server Core container,
mcr.microsoft.com/windows/servercore:1809-amd64
.The operating system the target node is running
Version of the DSC module that was used ('dev' if using current dev branch)
The text was updated successfully, but these errors were encountered: