Good morning,
I have a win10 clients with 4.3.10 version agent and a problem about my agent.conf file. My agent.conf of default group is:
<agent_config>
<!-- Shared agent configuration here -->
<!-- FIM user -->
<syscheck>
<frequency>3600</frequency>
<directories check_all="yes" report_changes="yes" realtime="yes">C:\\Users\\%USERNAME%</directories>
<directories check_all="yes" report_changes="yes" realtime="yes">C:\\Windows\\System32</directories>
<!-- <ignore>C:\\Users\%USERNAME%\\appdata\\local</ignore>
-->
</syscheck>
<!-- Alert when USB device is inserted/extracted -->
<localfile>
<log_format>full_command</log_format>
<command>powershell "Get-PnpDevice -PresentOnly | Where-Object { $_.Class -match '^DiskDrive' }"</command>
<frequency>20</frequency>
</localfile>
</agent_config>
The syscheck of the C:\\Windows\\System32 work fine, but no answer, no log about the C:\\Users\\%USERNAME% directory.
Is the syntax writed correctly? How can I know where is the problem?