Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG:EXOTransportConfig :System.InvalidOperationException|Before you create a journal rule #5606

Open
CovidtheDog2024 opened this issue Jan 7, 2025 · 0 comments

Comments

@CovidtheDog2024
Copy link

Description of the issue

Hi MVP,
Please review this error and assist with the resolution. Thank you!

WorkLoad : Exchange
Resource : System.InvalidOperationException|Before you create a journal rule
Error : The error occurred during export.

Microsoft 365 DSC Version

1.24.1218.1

Which workloads are affected

Exchange Online

The DSC configuration

EXOTransportConfig "EXOTransportConfig"
        {
            AddressBookPolicyRoutingEnabled         = $False;
            AllowLegacyTLSClients                   = $False;
            ClearCategories                         = $True;
            ConvertDisclaimerWrapperToEml           = $False;
            Credential                              = $Credscredential;
            DSNConversionMode                       = "PreserveDSNBody";
            ExternalDelayDsnEnabled                 = $True;
            ExternalDsnLanguageDetectionEnabled     = $True;
            ExternalDsnSendHtml                     = $True;
            HeaderPromotionModeSetting              = "NoCreate";
            InternalDelayDsnEnabled                 = $True;
            InternalDsnLanguageDetectionEnabled     = $True;
            InternalDsnSendHtml                     = $True;
            IsSingleInstance                        = "Yes";
            JournalingReportNdrTo                   = "<>";
            JournalMessageExpirationDays            = 0;
            MaxRecipientEnvelopeLimit               = "Unlimited";
            ReplyAllStormBlockDurationHours         = 6;
            ReplyAllStormDetectionMinimumRecipients = 2500;
            ReplyAllStormDetectionMinimumReplies    = 10;
            ReplyAllStormProtectionEnabled          = $True;
            Rfc2231EncodingEnabled                  = $False;
            SmtpClientAuthenticationDisabled        = $True;
        }

Verbose logs showing the problem

System.InvalidOperationException|Before you create a journal rule, you must specify an email account to receive        journal reports that can't be delivered to the journal destination. To do this, click OK. On the Journal rules page,    select an email address to send undeliverable journal reports to. Browse to select a mailbox in your organization or    an external contact to receive the undeliverable reports.

Environment Information + PowerShell Version

Get-ComputerInfo -Property @(
'OsName',
'OsOperatingSystemSKU',
'OSArchitecture',
'WindowsVersion',
'WindowsBuildLabEx',
'OsLanguage',
'OsMuiLanguages')

$PSVersionTable


OsName               : Microsoft Windows 11 Enterprise
OsOperatingSystemSKU : EnterpriseEdition
OsArchitecture       : 64-bit
WindowsVersion       : 2009
WindowsBuildLabEx    : 22621.1.amd64fre.ni_release.220506-1250
OsLanguage           : en-US
OsMuiLanguages       : {en-US}

Key   : PSVersion
Value : 5.1.22621.4391
Name  : PSVersion

Key   : PSEdition
Value : Desktop
Name  : PSEdition

Key   : PSCompatibleVersions
Value : {1.0, 2.0, 3.0, 4.0...}
Name  : PSCompatibleVersions

Key   : BuildVersion
Value : 10.0.22621.4391
Name  : BuildVersion

Key   : CLRVersion
Value : 4.0.30319.42000
Name  : CLRVersion

Key   : WSManStackVersion
Value : 3.0
Name  : WSManStackVersion

Key   : PSRemotingProtocolVersion
Value : 2.3
Name  : PSRemotingProtocolVersion

Key   : SerializationVersion
Value : 1.1.0.1
Name  : SerializationVersion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant