$computerName = (get-childitem -path Env:ComputerName).Value; $hubDefaultConnector = get-receiveconnector -Server $RoleFqdnOrName -DomainController $RoleDomainController | where {$_.Identity -eq "$computerName\Default $computerName" -and $_.TransportRole -eq "HubTransport"}; if ($hubDefaultConnector -eq $null) { Write-ExchangeSetupLog -Error "Default hub receive connector is not found"; } else { if (-not [String]::IsNullOrEmpty($RoleDatacenterReceiveConnectorConnectionTimeout)) { set-ReceiveConnector $hubDefaultConnector ` -PermissionGroups:"ExchangeServers, ExchangeLegacyServers, AnonymousUsers" ` -MessageRateLimit:unlimited ` -MessageRateSource:"IPAddress" ` -MaxInboundConnectionPerSource:200 ` -ProtocolLoggingLevel:verbose ` -MaxMessageSize:$RoleDatacenterConnectorMaxMessageSize ` -TarpitInterval:00:00:01 ` -ConnectionTimeout:$RoleDatacenterReceiveConnectorConnectionTimeout ` -DomainController $RoleDomainController } else { set-ReceiveConnector $hubDefaultConnector ` -PermissionGroups:"ExchangeServers, ExchangeLegacyServers, AnonymousUsers" ` -MessageRateLimit:unlimited ` -MessageRateSource:"IPAddress" ` -MaxInboundConnectionPerSource:200 ` -ProtocolLoggingLevel:verbose ` -MaxMessageSize:$RoleDatacenterConnectorMaxMessageSize ` -TarpitInterval:00:00:01 ` -DomainController $RoleDomainController } }
Component(s) on database '{0}' have been quarantined. Look for event id 1059 or 1060 to find out the component and investigate ...
Component(s) on database '{0}' have been quarantined. Look for event id 1059 or 1060 to find out the component and investigate ...
Compression is not enabled on ActiveSync Server {2}. Since compression reduces required bandwidth, it is recommended that ...
Compression is not enabled with ActiveSync Server {0}. Since compression reduces required bandwidth, it is recommended that ...
computerName = (get-childitem -path Env:ComputerName).Value; $hubDefaultConnector = get-receiveconnector -Server $RoleFqdnOrName ...
Condition of a subscription, as defined by the Online Commerce Platform: Enabled (0), Warning (1), Suspended (2), Deleted ...
Configuration conflict detected. One or more SenderIPAddress '{0}' overlap with sender IP addresses of existing inbound connector(s) ...
Configuration data has been lost or is otherwise missing. Please run the Microsoft Exchange Administrator and configure Microsoft ...
configuration is not optimal on server {2}. The '{4}' registry entry is not set to {8}. Contact {1} for further information. ...