Verify McAfee Agent and ENS versions on Windows and Linux clients - locally.


Issue

How to verify McAfee Agent and ENS versions on Windows and Linux clients - locally.

Environment

Env=CSMS Server; ePO

Resolution

A. Windows:

    1. Right click on Windows Start Menu
    2. Select Run > Type: appwiz.cpl
    3. From the Programs and Features window, search for McAfee Agent and ENS Software



B. Linux:

    1. McAfee Agent version:
    # rpm -qa |grep MF

    Results: sample
        MFEcma-5.7.5-504.x86_64
        MFEdx-6.0.3-551.x86_64
        MFErt-2.0-153.i686

    2. RHEL7 (v10.6.5 or prior):
    # rpm -qa | egrep "McAfee|ISec"

    Results: sample
        McAfeeRt-10.6.5-107.x86_64
        ISecESPAac-10.6.5-107.x86_64
        ISecESPFileAccess-10.6.5-107.x86_64
        ISecESP-10.6.5-107.x86_64
        ISecTP-10.6.5-107.x86_64

    3. RHEL8 (v10.6.6 or later)
    # rpm -qa | grep -i mcafeetp