Hello again Jeffrey,
You should add the only-future-events option (value: no) inside the localfile of system in order to catch events 6005 and 6006. It would look like this:
<localfile> <location>System</location> <log_format>eventchannel</log_format> <only-future-events>no</only-future-events> <query> \<QueryList\> \<Query Id="0" Path="System"\> \<Select Path="System"\>*[System[(Level<=4)]]\</Select\> \</Query\> \</QueryList\> </query> </localfile>After saving the configuration and restarting the windows agent, you should start seeing events with those IDs in your manager’s archives.log every time the agent restarts.