Hello-
I am deploying an Exchange 2010 hybrid environment, following the hybrid Deployment Assistant.
When I run the command below on the Edge server to configuring the default Receive connector, I get the error in red below.
$SendConnector = Get-SendConnector "Outbound to Office 365"; $ReceiveConnector = Get-ReceiveConnector "<default internal Receive connector name (edge server)>"; Set-ReceiveConnector -Identity $ReceiveConnector.Identity -TlsDomainCapabilities outlook.com:AcceptOorgProtocol -Fqdn $SendConnector.Fqdn
Set-ReceiveConnector : A parameter cannot be found that matches parameter name 'TlsDomainCapabilities'.
At line:1 char:232
+ $SendConnector = Get-SendConnector "Outbound to Office 365"; $ReceiveConnector = Get-ReceiveConnector "Default intern
al receive connector EA01EDGE08"; Set-ReceiveConnector -Identity $ReceiveConnector.Identity -TlsDomainCapabilities <<<<
outlook.com:AcceptOorgProtocol -Fqdn $SendConnector.Fqdn
+ CategoryInfo : InvalidArgument: (:) [Set-ReceiveConnector], ParameterBindingException
+ FullyQualifiedErrorId : NamedParameterNotFound,Microsoft.Exchange.Management.SystemConfigurationTasks.SetReceive
Connector