WMI: Access Denied. SeSecurityPrivilege failure.

  • Thread starter Parthasarathy Govindarajen
  • Start date
P

Parthasarathy Govindarajen

Hi,

When I run a notification query in the root\cimv2 namespace using Wbemtest
tool I am getting this Access Denied error. In the security log I see two
privilege use 578 failure audit events, whose description tells gives me the
privilege name as "SeSecurityPrivilege".

The machine on which I am running this query is the only domain controller
(Windows 2000 Advanced Server SP 4) on a test domain and I am logged on as a
domain admin.

Here's the query:
select targetinstance from __instancecreationevent where targetinstance isa
'win32_ntlogevent'
and targetinstance.logfile = 'security'

I verified that the domain admins can manage auditing and security logs by
looking in the default domain controller policy and also the effective
setting on the domain controller. I have also tried "enabling all
privileges" and the various authentication level while connecting to the
namespace using the wbemtest tool. Nothing worked. All the time I was
getting access denied.

Could somebody help please?

Thanks in advance,
Partha
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top