WMI and privilege
WMI and privilege
hello all
Could you tell me what privilege I need exactly to execute performance counters using wmi?
Must be admin privilege? or can I use user domain account with specific privilege? or other way?
Thanks
Could you tell me what privilege I need exactly to execute performance counters using wmi?
Must be admin privilege? or can I use user domain account with specific privilege? or other way?
Thanks
You may configure WMI security settings by yourself (or ask your domain admin if you do not have permission):
1) Start -> Settings -> Control Panel-> Administrative tools -> Computer Management -> Services and applications -> WMI Control
2) then click right mouse button and select Properties item from popup menu
3) go to Security tab where you can manage user permissions.
Or you may type "wmimgmt.msc" in command line prompt (instead of step 1).
The following articles might be usefull
http://www.microsoft.com/resources/docu ... group.mspx
http://redmondmag.com/columns/article.a ... ialsID=381
Regards
Alex
1) Start -> Settings -> Control Panel-> Administrative tools -> Computer Management -> Services and applications -> WMI Control
2) then click right mouse button and select Properties item from popup menu
3) go to Security tab where you can manage user permissions.
Or you may type "wmimgmt.msc" in command line prompt (instead of step 1).
The following articles might be usefull
http://www.microsoft.com/resources/docu ... group.mspx
http://redmondmag.com/columns/article.a ... ialsID=381
Regards
Alex
have you tested this way, I have tested but don't works...You may configure WMI security settings by yourself (or ask your domain admin if you do not have permission):
1) Start -> Settings -> Control Panel-> Administrative tools -> Computer Management -> Services and applications -> WMI Control
2) then click right mouse button and select Properties item from popup menu
3) go to Security tab where you can manage user permissions.
Or you may type "wmimgmt.msc" in command line prompt (instead of step 1).
If I want to monitor several servers in the same network where is installed AHM, can I use one agent of RMA?
RMA don't logon on remote server, just use TCP port no?
So, you perform WMI test, not Performance counter test. I thougt you are trying to perform Performance Counters Test.
In this case, you should do Alex's described things on remote server, where you want to check counters. Have you done it?
Following articles might be useful too:
http://www.microforge.net/kb/62
http://support.microsoft.com/?kbid=840634
And you have not told me yet, what's OS installed on Remote Server? Is this server in same domain as you?
Regards,
Yoorix
In this case, you should do Alex's described things on remote server, where you want to check counters. Have you done it?
Following articles might be useful too:
http://www.microforge.net/kb/62
http://support.microsoft.com/?kbid=840634
And you have not told me yet, what's OS installed on Remote Server? Is this server in same domain as you?
Regards,
Yoorix
Please be more specific. What means "don't work"? What error do you see? May be its not permission related problem?have you tested this way, I have tested but don't works...
Try to use admin account. If test will not work, then problem relates to something else. E.g. firewall or DCOM settings.
Performance Counter test requires admin privileges.have you tested performance counters test without admin privilege?
Yes, I said that. Because you asked about WMI test. Now you are talking about Performance Counter test. You are confusing me.But in post reply's Alex, he tell me that it's possible to perform this test without admin account just configure wmi seetting?
What exactly test method do you use? If you are talking about different problems, please create several topics.
In the same network? RMA was designed to monitor remote networks.If I want to monitor several servers in the same network where is installed AHM, can I use one agent of RMA?
Depends on test method. E.g. Ping, TCP, Trace test methods does not require any logon. While WMI, Performance Counter, Process, Service test methods require logon.RMA don't logon on remote server, just use TCP port no?
Regards
Alex
1. To perform Performance Counter test you should provide administrator's account for Remote server.Nadir wrote:if I understood well for performance counters test I need admin privilege but for wmi test I d'ont need all privilege?
2. To perform WMI test you might not provide administrator's account, but you should configure WMI security settings on local and remote servers as Alex has described above.
Regards,
Yoorix