I issued this command:
Z:\curl-7.69.1-win64-mingw\bin>curl -k -u sysadmin:pwd https://localhost:8443/remote/policy.importPolicy?file=z:\curl-7.69.1-win64-mingw\bin\McAfee_
ePolicy_HIPS_SOU.xml
It runs, silently, but there is no output and my policy is not imported. I also don't know how to use the force option.
The curl help from EPO indicated the command is run like so:
policy.importPolicy file [force] - Imports policies
Web API (that gave the above command) is retrieved like so:
curl -k -u sysadmin:pwd https://localhost:8443/remote/core.help
Anyone know how to do this or what I am doing wrong?