Symptoms
You may receive error 0x80248014 when you try to manually update the anti-malware definitions on a computer that has Forefront Endpoint Protection 2010 (FEP 2010) or System Center Endpoint Protection 2012 (SCEP 2012) installed.
Cause
Definition updates for FEP 2010 and SCEP 2012 can be distributed through several sources. This problem occurs if Microsoft Update (MU) is the source that's used and if the computer was not set to opt in to Microsoft Update.
Resolution
To fix this issue, set the client computer to opt in to Microsoft Updates.
How to manually opt in to Microsoft Update:
-
Open Control Panel.
-
Click System and Security.
-
Click Windows Update.
-
Click Change Settings.
-
Select the Give me updates for other Microsoft products when I update Windows check box.
-
Click OK.
How to programmatically opt in to Microsoft Update
-
Save the following text in a file whose name has a ".vbs" extension (for example, OptinMU.vbs):
Set ServiceManager = CreateObject("Microsoft.Update.ServiceManager")
ServiceManager.ClientApplicationID = "My App" 'add the Microsoft Update Service, GUID Set NewUpdateService = ServiceManager.AddService2("7971f918-a847-4430-9279-4a52d1efe18d",7,"") -
Run the following command at an elevated command prompt:
cscript optinMU.vbs
For more information please see the following article:
More Information
How to Configure Definition Updates for Endpoint Protection in ConfigurationManager (SCEP) Configuring Definition Updates (FEP2010)