Currently there is a bug in Mac console, that nothing happens when trying to add a file. If you are on mac, try console on linux or windows.
For this function to work, filemgr should be enabled in agent configuration and root folder(s) should be set:
In current version all folders along the path should exists on the target system. In future versions agent will create folders. Files are only sent to agents, they are not deleted, when removed from policy / renamed in a policy.
If you edit agent policy, the settings will get applied (files sent to agents) the moment, when you close the list of agent policies. They should also get applied on configuration poll. And in context menu of template there's an option "Force deployment of agents policies".
For this function to work, filemgr should be enabled in agent configuration and root folder(s) should be set:
Code Select
SubAgent=filemgr.nsm
[FILEMGR]
RootFolder=C:\In current version all folders along the path should exists on the target system. In future versions agent will create folders. Files are only sent to agents, they are not deleted, when removed from policy / renamed in a policy.
If you edit agent policy, the settings will get applied (files sent to agents) the moment, when you close the list of agent policies. They should also get applied on configuration poll. And in context menu of template there's an option "Force deployment of agents policies".