Rozdíly

Zde můžete vidět rozdíly mezi vybranou verzí a aktuální verzí dané stránky.

Odkaz na výstup diff

Obě strany předchozí revize Předchozí verze
Následující verze Obě strany příští revize
windows:exchange [13.03.2014 17:58]
vm
windows:exchange [14.03.2014 17:45]
vm
Řádek 22: Řádek 22:
 důležité pro příjem od všech uživatelů je: důležité pro příjem od všech uživatelů je:
   Get-ReceiveConnector "​Receive Connector Name" | Add-ADPermission -User "NT AUTHORITY\ANONYMOUS LOGON" -ExtendedRights "​Ms-Exch-SMTP-Accept-Any-Recipient"​   Get-ReceiveConnector "​Receive Connector Name" | Add-ADPermission -User "NT AUTHORITY\ANONYMOUS LOGON" -ExtendedRights "​Ms-Exch-SMTP-Accept-Any-Recipient"​
 +
 +==== Přesun logů ====
 +**2013**
 +
 +  Get-TransportService | foreach {
 +    Set-TransportService $_.Identity -MessageTrackingLogPath "​D:​\Exchange\Logs\TransportRoles\MessageTracking"​
 +    Set-TransportService $_.Identity -ConnectivityLogPath "​D:​\Exchange\Logs\TransportRoles\Hub\Connectivity"​
 +    Set-TransportService $_.Identity -IrmLogPath "​D:​\Exchange\Logs\IRMLogs"​
 +    Set-TransportService $_.Identity -ActiveUserStatisticsLogPath "​D:​\Exchange\Logs\TransportRoles\Hub\ActiveUserStats"​
 +    Set-TransportService $_.Identity -ServerStatisticsLogPath "​D:​\Exchange\Logs\TransportRoles\Hub\ServerStats"​
 +    Set-TransportService $_.Identity -ReceiveProtocolLogPath "​D:​\Exchange\Logs\TransportRoles\Hub\ProtocolLog\SmtpReceive"​
 +    Set-TransportService $_.Identity -RoutingTableLogPath "​D:​\Exchange\Logs\TransportRoles\Hub\Routing"​
 +    Set-TransportService $_.Identity -SendProtocolLogPath "​D:​\Exchange\Logs\TransportRoles\Hub\ProtocolLog\SmtpSend"​
 +    Set-TransportService $_.Identity -QueueLogPath "​D:​\Exchange\Logs\TransportRoles\Hub\QueueViewer"​
 +    Set-TransportService $_.Identity -WlmLogPath "​D:​\Exchange\Logs\TransportRoles\Hub\WLM"​
 +    Set-TransportService $_.Identity -AgentLogPath "​D:​\Exchange\Logs\TransportRoles\Hub\AgentLog"​
 +  }
 +
 +ověřit, že to zafungovalo:​
 +  Get-TransportService |  select *logpath
  
 ==== Nastavení SPF ==== ==== Nastavení SPF ====
windows/exchange.txt · Poslední úprava: 07.03.2017 17:25 autor: vm