Microsoft Office 365 Hybrid Configuration Wizard
Selecting "Configure my Edge Transport servers for secure mail transport" option.
The wizard finished with the following:
Your Exchange Hybrid Configuration has completed but a few items need to be addressed or potentially configured manually. Please see the details below.
Configure Mail Flow
HCW8056 - Receive connector on the following Edge Transport servers need to be manually configured: EdgeServer.
Set-ReceiveConnector -Identity <Name of internet-facing connector> -TlsDomainCapabilities mail.protection.outlook.com.AcceptOorgProtocol -Fqdn CASserver
When I run the comdlet, I received this error:
Cannot process argument transformation on parameter 'TlsDomainCapabilities'. Cannot convert value
"mail.protection.outlook.com.AcceptOorgProtocol" to type
"Microsoft.Exchange.Data.MultiValuedProperty`1[Microsoft.Exchange.Data.SmtpReceiveDomainCapabilities]". Error: "Failed to convert mail.protection.outlook.com.AcceptOorgProtocol from System.String to
Microsoft.Exchange.Data.SmtpReceiveDomainCapabilities. Error: Error while converting string
'mail.protection.outlook.com.AcceptOorgProtocol' to result type Microsoft.Exchange.Data.SmtpReceiveDomainCapabilities:
"mail.protection.outlook.com.AcceptOorgProtocol" isn't a valid list of SMTP Receive domain capabilities."
+ CategoryInfo : InvalidData: (:) [Set-ReceiveConnector], ParameterBindin...mationException
+ FullyQualifiedErrorId : ParameterArgumentTransformationError,Set-ReceiveConnector
+ PSComputerName : casServer
Please help.
TIA