Share via


Deploying Endpoint Protection Updates Offline Using SCCM 2012 R2

We know that "with Endpoint Protection in Microsoft System Center 2012 Configuration Manager, you can use any of several available methods mentioned below to keep anti-malware definitions up to date on client computers in your hierarchy. To update anti-malware definitions, you can use one or more of the following methods:

Updates distributed from Configuration Manager – This method uses Configuration Manager software updates to deliver definition and engine updates to computers in your hierarchy.

Updates distributed from Windows Server Update Services (WSUS) – This method uses your WSUS infrastructure to deliver definition and engine updates to computers.

Updates distributed from Microsoft Update – This method allows computers to connect directly to Microsoft Update in order to download definition and engine updates. This method can be useful for computers that are not often connected to the business network.

Updates distributed from Microsoft Malware Protection Center – This method will download definition updates from the Microsoft Malware Protection Center.

Updates from UNC file shares – With this method, you can save the latest definition and engine updates to a share on the network. Clients can then access the network to install the updates." [MSDN]

We will download the Antivirus and Antispyware updates for Endpoint Protection from Malware Protection Center and deploy it using SCCM 2012 R2. Antivirus and Antispyware updates for Endpoint Protection are available for 32 bit and 64 bit versions. Depending upon the OS version (32 / 64 bit) download the update file, the update file will have either of these names mpam-fe.exe, mpas-fe.exe, or mpam-feX64.exe.

We will be deploying Endpoint Protection updates offline using SCCM 2012 R2 for a Windows 7 computers device collection. So I have downloaded the update file mpam-feX64.exe and the update file is copied to a shared folder on SCCM server.

http://prajwaldesai.com/wp-content/uploads/2014/04/Deploying-Endpoint-Protection-Updates-Offline-Using-SCCM-2012-R2-Snap1.jpg

Let’s take a look at one of the computer which is installed with Endpoint Protection client. Note that the antivirus updates are not yet deployed so the PC status shows At Risk and is RED color.

http://prajwaldesai.com/wp-content/uploads/2014/04/Deploying-Endpoint-Protection-Updates-Offline-Using-SCCM-2012-R2-Snap2.jpg

In the Configuration Manager console, click Software Library, expand Application Management, right click Packages and click Create Package.

http://prajwaldesai.com/wp-content/uploads/2014/04/Deploying-Endpoint-Protection-Updates-Offline-Using-SCCM-2012-R2-Snap3.jpg

Specify details about the package. Choose the Source Folder where the update file is located and click Next.

http://prajwaldesai.com/wp-content/uploads/2014/04/Deploying-Endpoint-Protection-Updates-Offline-Using-SCCM-2012-R2-Snap4.jpg

Select the Program Type as Standard Program and click Next.

http://prajwaldesai.com/wp-content/uploads/2014/04/Deploying-Endpoint-Protection-Updates-Offline-Using-SCCM-2012-R2-Snap5.jpg

Specify information for the standard program, specify the command line as mpam-fex64 -q. Click Next

-q switch installs the definition update in quiet mode. Quiet mode suppresses the file extraction dialog box.

http://prajwaldesai.com/wp-content/uploads/2014/04/Deploying-Endpoint-Protection-Updates-Offline-Using-SCCM-2012-R2-Snap6.jpg

You may choose to specify the requirements for the program or you can leave it unchanged. Click Next.

http://prajwaldesai.com/wp-content/uploads/2014/04/Deploying-Endpoint-Protection-Updates-Offline-Using-SCCM-2012-R2-Snap7.jpg

Click Close.

http://prajwaldesai.com/wp-content/uploads/2014/04/Deploying-Endpoint-Protection-Updates-Offline-Using-SCCM-2012-R2-Snap8.jpg

Before you deploy the package distribute the content to the DP. To deploy the package, right click the package and click Deploy.

http://prajwaldesai.com/wp-content/uploads/2014/04/Deploying-Endpoint-Protection-Updates-Offline-Using-SCCM-2012-R2-Snap9.jpg

Choose the device collection to which you want to deploy the update package. Click Next.

http://prajwaldesai.com/wp-content/uploads/2014/04/Deploying-Endpoint-Protection-Updates-Offline-Using-SCCM-2012-R2-Snap10.jpg

Set the Purpose as Required and click Next.

http://prajwaldesai.com/wp-content/uploads/2014/04/Deploying-Endpoint-Protection-Updates-Offline-Using-SCCM-2012-R2-Snap11.jpg

To schedule the deployment of the package click on New and schedule it to specific time or you can choose to make it available as soon as possible. Click Next.

http://prajwaldesai.com/wp-content/uploads/2014/04/Deploying-Endpoint-Protection-Updates-Offline-Using-SCCM-2012-R2-Snap12.jpg

Leave the options unchanged here and click Next.

http://prajwaldesai.com/wp-content/uploads/2014/04/Deploying-Endpoint-Protection-Updates-Offline-Using-SCCM-2012-R2-Snap13.jpg

Click Next.

http://prajwaldesai.com/wp-content/uploads/2014/04/Deploying-Endpoint-Protection-Updates-Offline-Using-SCCM-2012-R2-Snap14.jpg

We have deployed the update package to the device collection. Click Close.

http://prajwaldesai.com/wp-content/uploads/2014/04/Deploying-Endpoint-Protection-Updates-Offline-Using-SCCM-2012-R2-Snap15.jpg

After sometime we see the update package is downloaded and installed on the client machine. We now see that PC status as Protected and it is GREEN color.

http://prajwaldesai.com/wp-content/uploads/2014/04/Deploying-Endpoint-Protection-Updates-Offline-Using-SCCM-2012-R2-Snap16.jpg

If the updates don’t get installed or if you want to know whether the package has been download to client machine or not, look for log file named execmgr.log located in client machine under C:\Windows\CCM\Logs folder path.

http://prajwaldesai.com/wp-content/uploads/2014/04/Deploying-Endpoint-Protection-Updates-Offline-Using-SCCM-2012-R2-Snap17.jpg