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

Add support for Submissions Portal policy and Rule #3690

Closed
jeremyhagan opened this issue Sep 15, 2023 · 0 comments · Fixed by #4110 or #4113
Closed

Add support for Submissions Portal policy and Rule #3690

jeremyhagan opened this issue Sep 15, 2023 · 0 comments · Fixed by #4110 or #4113
Assignees
Labels
Enhancement New feature or request Exchange Online

Comments

@jeremyhagan
Copy link

Description

The Submissions portal links in with the Report Message Outlook add-in. Customisation of various parts of the portal are possible with PowerShell. It would be nice to be able to manage this with DSC. Especially since this includes longer user message customisations which I might delegate to the User Comms team to manage.

Proposed properties

See https://learn.microsoft.com/en-us/powershell/module/exchange/set-reportsubmissionpolicy?view=exchange-ps
[-DisableQuarantineReportingOption ]
[-DisableUserSubmissionOptions ]
[-EnableCustomizedMsg ]
[-EnableCustomNotificationSender ]
[-EnableOrganizationBranding ]
[-EnableReportToMicrosoft ]
[-EnableThirdPartyAddress ]
[-EnableUserEmailNotification ]
[-JunkReviewResultMessage ]
[-NotJunkReviewResultMessage ]
[-NotificationFooterMessage ]
[-NotificationSenderAddress ]
[-NotificationsForCleanSubmissionAirInvestigationsEnabled ]
[-NotificationsForPhishMalwareSubmissionAirInvestigationsEnabled ]
[-NotificationsForSpamSubmissionAirInvestigationsEnabled ]
[-NotificationsForSubmissionAirInvestigationsEnabled ]
[-OnlyShowPhishingDisclaimer ]
[-PhishingReviewResultMessage ]
[-PostSubmitMessage ]
[-PostSubmitMessageEnabled ]
[-PostSubmitMessageForJunk ]
[-PostSubmitMessageForNotJunk ]
[-PostSubmitMessageForPhishing ]
[-PostSubmitMessageTitle ]
[-PostSubmitMessageTitleForJunk ]
[-PostSubmitMessageTitleForNotJunk ]
[-PostSubmitMessageTitleForPhishing ]
[-PreSubmitMessage ]
[-PreSubmitMessageEnabled ]
[-PreSubmitMessageForJunk ]
[-PreSubmitMessageForNotJunk ]
[-PreSubmitMessageForPhishing ]
[-PreSubmitMessageTitle ]
[-PreSubmitMessageTitleForJunk ]
[-PreSubmitMessageTitleForNotJunk ]
[-PreSubmitMessageTitleForPhishing ]
[-ReportChatMessageEnabled ]
[-ReportChatMessageToCustomizedAddressEnabled ]
[-ReportJunkAddresses ]
[-ReportJunkToCustomizedAddress ]
[-ReportNotJunkAddresses ]
[-ReportNotJunkToCustomizedAddress ]
[-ReportPhishAddresses ]
[-ReportPhishToCustomizedAddress ]
[-ThirdPartyReportAddresses ]
[-UserSubmissionOptions ]
[-UserSubmissionOptionsMessage ]

Special considerations or limitations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request Exchange Online
Projects
None yet
3 participants