Use Powershell to download the latest offline definition updates for Microsoft Forefront Client Security, Microsoft Forefront Endpoint Protection 2010 and Microsoft System Center 2012 Endpoint Protection

powershell

Last updated on April 17th, 2023 at 01:00 am

Read Time:1 Minute, 18 Second

This post will show you how to download the latest anti-malware definition updates for Microsoft Forefront Client Security, Microsoft Forefront Endpoint Protection 2010 and Microsoft System Center 2012 Endpoint Protection using Powershell commands.

Step by Step Guide

Windows x86 (32-bit)

To download the definition updates files for 32-bit (x86-based) versions of Windows, run the following Powershell command:

Invoke-WebRequest -Uri "https://go.microsoft.com/fwlink/?linkid=87342&clcid=0x409" -OutFile "D:\TGH\FEP\AVUpdates\FEPAVUpdatex86.exe"

where:

  • D:\TGH\FEP\AVUpdates\FEPAVUpdatex86.exe = folder and filename save location

Windows x64 (64-bit)

To download the definition updates files for 64-bit (x64-based) versions of Windows, run the following Powershell command:

Invoke-WebRequest -Uri "https://go.microsoft.com/fwlink/?linkid=87341&clcid=0x409" -OutFile "D:\TGH\FEP\AVUpdates\FEPAVUpdatex64.exe"

where:

  • D:\TGH\FEP\AVUpdates\FEPAVUpdatex64.exe = folder and filename save location

Definition Updates for Network Inspection System

To download the updates for the Network Inspection System, use the following Powershell command:

Invoke-WebRequest -Uri "https://go.microsoft.com/fwlink/?linkid=207869" -OutFile "D:\TGH\FEP\AVUpdates\FEPAVUpdateNIS_Full.exe"

where:

  • D:\TGH\FEP\AVUpdates\FEPAVUpdateNIS_Full.exe = folder and filename save location

You can then use these full offline definition packs to update machines that may not have internet access to ensure that they are kept up to date.

Comments

If you have any feedback or questions on this post, please feel free to leave us a message below and we will get back to you as soon as we can.

Click to rate this post!
[Total: 1 Average: 5]

Discover more from TechyGeeksHome

Subscribe to get the latest posts to your email.

Leave us a message...

This site uses Akismet to reduce spam. Learn how your comment data is processed.