Change the agent from unmanaged mode to managed mode to connect and communicate with ePO - On-prem.
On Windows systems, you have three methods to change the management mode of the agent:
Note
Only remote provisioning method is available on McAfee ePO Cloud to change the management mode of the agent.
Use the installer package
FramepkgSend the installer file
Framepkg.exefrom ePO - On-prem to the unmanaged system, then run it on the system from an administrator account.Locally provision with
maconfigSend
Sitelist.xml,srpubkey.bin,reqseckey.bin,req2048seckey.bin, andsr2048pubkey.binfrom ePO - On-prem to the unmanaged system.Run one of these on the target system (requires administrator rights).
Using
frminst32-bit Windows
C:\Program Files\McAfee\Agent\frminst.exe /install=agent /siteinfo =<full path>\Sitelist.xml64-bit Windows
C:\Program Files\McAfee\Agent\x86\frminst.exe /install=agent /siteinfo =<full path>\Sitelist.xmlLocally provisioning using
maconfigmaconfig.exe -provision -managed -dir "directory location where the sitelist.xml and security keys were exported"
Sitelist.xmlfile is located here:C:\Program Files (x86)\Trellix\ePolicy Orchestrator\DB
Important
maconfig.exeis changed from a console application to Windows application. To view console logs, usemaconfigCmd.exeinstead ofmaconfig.exefor Trellix Agent version 5.8.1 and above.Remotely provision with
maconfigRun the following command on the target system.
maconfig.exe -provision -managed -auto -dir "temp location to copy keys" -epo ePOServerMachine [-user ePO-User-name] [-password epo-admin-password]
For example,
maconfig -provision -managed -auto -dir "C:\Windows\Temp" -epo ePOServerMachine [-user admin] [password password123]