Estimated reading time: 2 minutes
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:TGHFEPAVUpdatesFEPAVUpdatex86.exe"
where:
- D:TGHFEPAVUpdatesFEPAVUpdatex86.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:TGHFEPAVUpdatesFEPAVUpdatex64.exe"
where:
- D:TGHFEPAVUpdatesFEPAVUpdatex64.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:TGHFEPAVUpdatesFEPAVUpdateNIS_Full.exe"
where:
- D:TGHFEPAVUpdatesFEPAVUpdateNIS_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.
Share this content: