Hello Tech Master,
It is possible to monitor Windows resources. For this, I recommend you to read the following article of our documentation:
https://documentation.wazuh.com/current/user-manual/capabilities/command-monitoring/command-configuration.html
On the other hand, it is also possible to monitor Windows using “performance counters”:
https://wazuh.com/blog/monitoring-windows-resources-with-performance-counters/
Finally, you can always create your own scripts to collect information and run them using the command tag in the configuration:
https://documentation.wazuh.com/current/user-manual/reference/ossec-conf/localfile.html?highlight=command#command
And create your own rules:
https://documentation.wazuh.com/current/user-manual/ruleset/custom.html
Regards !