All of the Best Exchange Server Fixes, including FIPFS service

 When you start seeing "Microsoft Exchange Server Auth Certificate" expirations

https://www.zubairalexander.com/blog/dealing-with-a-missing-microsoft-exchange-server-auth-certificate-that-causes-federation-or-auth-certificate-not-found-warnings/

Sometimes you see this message when you use OWA or ECP.

OWA Login Error "Something went wrong We can't get that information right now. Please try again later. X-FEServer: <server>"

The above blog will resolve it.

Powershell: Change the Current Configuation Domain Controllers

This command below will show the current configuration

Get-ExchangeServer -Identity "exmail" -status | fl

the commands below will change the configuration

Set-ExchangeServer -Identity "exmail" -StaticDomainControllers "VM-HIP-DC-BAK2.hippopool.com"

Set-ExchangeServer -Identity "exmail" -StaticGlobalCatalogs "VM-HIP-DC-BAK2.hippopool.com"

Set-ExchangeServer -Identity "exmail" -StaticConfigDomainController "VM-HIP-DC-BAK2.hippopool.com"

Enable or Disable The Content Filter

Disable or Enable it from the Exchange Management Shell

Set-ContentFilterConfig -Enabled $false

Set-ContentFilterConfig -Enabled $true

Check the status

Get-ContentFilterConfig | Format-List Enabled

When you disable content filtering, the underlying Content Filter agent is still enabled. To disable the Content Filter agent, run the command: 

Disable-TransportAgent "Content Filter Agent"

Disable Filtering

Set-MalwareFilteringServer exch-19 -BypassFiltering $true

Check Filtering Status

Get-MalwareFilteringServer

Update the Malware Filter Service After Jan 2 2022

See This link:

https://mspoweruser.com/microsoft-release-official-fix-for-fip-fs-scan-engine-failed-to-load-microsoft-exchange-issue/

Steps to Update the FIPFS Engine Manually:

Microsoft has also released a script at  https://aka.ms/ResetScanEngineVersion that automates the process and can be run in parallel over all your servers.

Remove existing engine and metadata

1. Stop the Microsoft Filtering Management service.  When prompted to also stop the Microsoft Exchange Transport service, click Yes.

2. Use Task Manager to ensure that updateservice.exe is not running.

3. Delete the following folder: %ProgramFiles%\Microsoft\Exchange Server\V15\FIP-FS\Data\Engines\amd64\Microsoft

4. Remove all files from the following folder: %ProgramFiles%\Microsoft\Exchange Server\V15\FIP-FS\Data\Engines\metadata

Update to latest engine

1. Start the Microsoft Filtering Management service and the Microsoft Exchange Transport service.

2. Open the Exchange Management Shell, navigate to the Scripts folder (%ProgramFiles%\Microsoft\Exchange Server\V15\Scripts), and run .\Update-MalwareFilteringServer.ps1 -Identity <server FQDN> -EngineUpdatePath "http://forefrontdl.microsoft.com/server/scanengineupdate"

3. Wait about 15 minutes for it to complete.

4. Check the Application Event Log, while filtering for event source FIPFS.  Event 6030 indicates a successful start, 6033 indicates final success

Verify engine update info

1. In the Exchange Management Shell, run Add-PSSnapin Microsoft.Forefront.Filtering.Management.Powershell.

2. Run Get-EngineUpdateInformation and verify the UpdateVersion information is 2112330001.

After updating the engine, Microsoft also recommend that you verify that mail flow is working and that FIPFS error events are not present in the Application event log.

Check It


Event Log


Comments

Popular posts from this blog

Microsoft Visio 2010 Premium Product Keys

Mercedes Benz Diesel CDI EGR Emulator Circuit Diagrams

Fix: The Diagnostic Service Host service failed to start due to the following error. [ solved, no kidding ]