From the course: Microsoft Exchange Server 2019: Administration

Unlock this course with a free trial

Join today to access over 25,600 courses taught by industry experts.

Plan and configure spam filtering

Plan and configure spam filtering

- [Instructor] You can only install and configure anti-spam agents on a mailbox server by using the Exchange Management Shell, and there's a script that we can run. And it's a PS1, which means PowerShell script, so if you take a look at the path in this particular command, you can see that it's going to the exchange install path, scripts, and then the install-anti spam agents. This is included in your Exchange installation. and we can see that it's going through and making sure that all of the agents are installed. Once we're done doing that, we need to restart the transport service. So we type in restart-service MSexchangeTransport. and just restart. Now let's make sure that we exclude any of our internal Exchange servers. So we type in Set-TransportConfig and then in InternalSMTPServers. and then the two different other Exchange servers that are in our organization. Now let's check to see if everything is working as…

Contents