We needed to re-install McAfee agent on all the servers as they were not reporting to ePO server properly. In order to do so we used SCCM to advertised a package that we created which re-installed the ePO agent. The package was saved on the FileServer and contained : FramePkg.exe EpoReinstall.cmd The content of EPOResinstall.cmd : CD "C:\Program Files (x86)\McAfee\Common Framework" FrmInst.exe /Forceuninstall /s "%~0\..\FramePkg.exe" /install=agent /S We set the advertisement to run the package directly from the DP. Hope this helps.