From ef3f9dab6535a6c8e79b698411d251ace0c29639 Mon Sep 17 00:00:00 2001 From: salbeck-sit Date: Mon, 30 Dec 2024 12:31:29 +0100 Subject: [PATCH] updated readme and changelog --- CHANGELOG.md | 2 ++ .../DSCResources/MSFT_EXOSmtpDaneInbound/readme.md | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26e967f969..e99b08988d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ * Fixed error when extracting an entry with a deleted principal. * DefenderDeviceAuthenticatedScanDefinition * Fixed the Data Type export. +* EXOSmtpDaneInbound + * initial release * MISC * DEFENDER * Added support for the UseBasicParsing paramter for REST calls. diff --git a/Modules/Microsoft365DSC/DSCResources/MSFT_EXOSmtpDaneInbound/readme.md b/Modules/Microsoft365DSC/DSCResources/MSFT_EXOSmtpDaneInbound/readme.md index ee0ddbf38c..e33b844f7b 100644 --- a/Modules/Microsoft365DSC/DSCResources/MSFT_EXOSmtpDaneInbound/readme.md +++ b/Modules/Microsoft365DSC/DSCResources/MSFT_EXOSmtpDaneInbound/readme.md @@ -1,10 +1,12 @@ # EXOSmtpDaneInbound -## Description: +## Description: This resource configures SmtpDaneInbound for an accepted domain in Exchange Online. Reference: https://learn.microsoft.com/en-us/powershell/module/exchange/enable-smtpdaneinbound?view=exchange-ps +Note that enabling DANE requires that the accepted domain is configured for DNSSEC and the public MX-record updated correspondingly +