Hi I have a problem with monitoring Windows Services via WMI using a non-administrator domain user.
I am currently using an admin user and everything works fine. Both CPU, Memory, Disk and Services sensors. Due to PCI-DSS compliance, I need to change a user without administrative permissions.
I created a new user and on each remote computer I assigned it to the "Performance Monitor Users" and "Distributed COM Users" groups, additionally, I added the "Performance Monitor Users" group to wmimgmt.msc ->Root/CIMV2 and gave it the corresponding permissions. The CPU, Memory and Disk sensors are working with the new user, but the WMI Service sensor still doesn't work.
Are there any special permissions or special settings that I need to use for these sensors? I also tried using the setup from the link https://learn.microsoft.com/en-us/windows/win32/wmisdk/securing-a-remote-wmi-connection but it doesn't work, at least not for me.
I will appreciate any help you can offer me.
Add comment