Office365でオンプレミスのセットアップを複製しています。
https://docs.Microsoft.com/en-us/powershell/module/exchange/mail-flow/set-transportconfig?view=exchange-ps コマンドSet-TransportConfig
スイッチ:
-TLSSendDomainSecureList
および-TLSReceiveDomainSecureList
オンプレミスでのみ使用できます。
同等のOffice365 PowerShellコマンドについて何か考えはありますか?
Set-ReceiveConnector と Set-OutboundConnector コマンドレットを組み合わせて使用することで、同じ構成を実現できると思います。
receiveの場合は、-RecipientDomains
、-TlsDomain
、および-TlsSettings
パラメーターの組み合わせを使用します。
同様に、sendの場合は、-DomainSecureEnabled
、-RecipientDomains
、-RequireTls
、-TlsDomain
、および-TlsSettings
パラメーターを使用します。