Error of Get-EngineUpdateInformation in Exchange 2013
Anti Malware has been enabled during Exchange 2013 installation, but it shows "The term Get-EngineUpdateInformation is not recognized as the name of a cmdlet" when input command Get-EngineUpdateInformation, any suggestion?
September 4th, 2015 12:29am
Hi Wfg09,
Try this:
On Exchange Mgmt Shell:
Get-MalwareFilteringServer
Make sure the Exchange Servers are listed.
Now from one of the exchange server, Open a normal Administrator PowerShell window on the Exchange server:
Add-PSSnapin Microsoft.Forefront.Filtering.Management.Powershell #To verify if the Engine Update was successful you can run Get-EngineUpdateInformation | fl
Get-EngineUpdateCommonSettings
Make sure the Shell session is opened using 'Run as Admin'
To list all available cmdlets:
gcm -Module *Forefront*
gcm *Engine*
References:
Exchange 2013 Malware Engine Updates Troubleshooting:
Free Windows Admin Tool Kit Click here and download it now
September 4th, 2015 7:11am
It works, thanks.
September 7th, 2015 2:43am
Great, how about marking an answer so that we can close this thread :)
Free Windows Admin Tool Kit Click here and download it now
September 7th, 2015 3:00am