Set-TransportConfig –InternalSMTPServers $null
Eu fiz a seguinte configuração no powershell no meu servidor de transporte do hub para configurações anti-spam.
Set-TransportConfig –InternalSMTPServers 10.0.0.1,10.0.0.2
Inicialmente, quando eu fiz um
Get-TransportConfig | fl InternalSMTPServer
gostaria de receber
InternalSMTPServer : {}
Agora, eu quero remover as 2 entradas IP para o internalSMTPServer, como faço isso?
Set-TransportConfig –InternalSMTPServers $null