Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

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:

  1. Open Control Panel.

  2. Click System and Security.

  3. Click Windows Update.

  4. Click Change Settings.

  5. Select the Give me updates for other Microsoft products when I update Windows check box.

  6. Click OK.

How to programmatically opt in to Microsoft Update

  1. 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,"")
  2. Run the following command at an elevated command prompt:

    cscript optinMU.vbs

For more information please see the following article:

Opt-In to Microsoft Update

More Information

How to Configure Definition Updates for Endpoint Protection in ConfigurationManager (SCEP)
Configuring Definition Updates (FEP2010)

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×