Ecco 20 problemi rari in Microsoft Exchange e le relative soluzioni utilizzando PowerShell. Set-SendConnector -Identity “Internet Connector” -SmartHosts “smtp.domain.com” Get-TransportRule | Where-Object {$_.Name -eq “Duplicate Rule Name”} | Remove-TransportRule Get-EventLogLevel -Identity “MSExchangeTransport” | Set-EventLogLevel -Level Expert Questi comandi possono richiedere autorizzazioni elevate e devono essere eseguiti con cautela. – / 5 Grazie per aver votato!