localServer = get-exchangeserver $RoleFqdnOrName - DomainController $RoleDomainController ; $localServerName = $localServer.Name ...

$localServer = get-exchangeserver $RoleFqdnOrName - DomainController $RoleDomainController ;          $localServerName = $localServer.Name ;          FrontendTransportService-ensemble '          -Identité $localServerName '          -ReceiveProtocolLogPath ($RoleInstallPath + "	ransportRoles\Logs\FrontEnd\ProtocolLog\SmtpReceive") '          -SendProtocolLogPath ($RoleInstallPath + "	ransportRoles\Logs\FrontEnd\ProtocolLog\SmtpSend") '          -ConnectivityLogPath ($RoleInstallPath + "	ransportRoles\Logs\FrontEnd\Connectivity") '          -AgentLogPath ($RoleInstallPath + "	ransportRoles\Logs\FrontEnd\AgentLog") '          ReceiveProtocolLogMaxDirectorySize - 250 Mo '          ReceiveProtocolLogMaxFileSize - 10 Mo '          SendProtocolLogMaxDirectorySize - 250 Mo '          SendProtocolLogMaxFileSize - 10 Mo '          DnsLogEnabled - $false '          -DnsLogMaxAge : 7.00:00 : 00 '          DnsLogMaxDirectorySize-« 100MB » »          DnsLogMaxFileSize-« 10 Mo » '          ConnectivityLogMaxDirectorySize - 1 000 Mo '          ConnectivityLogMaxFileSize - 10 Mo '          ConnectivityLogEnabled - $true '          AgentLogMaxDirectorySize - 250 Mo '          AgentLogMaxFileSize - 10 Mo '          AgentLogEnabled - $true '          IntraOrgConnectorProtocolLoggingLevel - verbose '          MaxConnectionRatePerMinute - 72000 '          MaxReceiveTlsRatePerMinute - 6000 '          -DomainController $RoleDomainController