Where these policy related settings get stored in Win2000?

  • Thread starter Thread starter Ujval Jain
  • Start date Start date
U

Ujval Jain

I am writting application which will check for
policy 'Audit use of Backup and Restore privelege' and
will give result, whether it is enabled or disabled?
Where these policy related settings gets stored?
 
Ujval said:
I am writting application which will check for
policy 'Audit use of Backup and Restore privelege' and
will give result, whether it is enabled or disabled?
Where these policy related settings gets stored?

Hi

Audit use of all user rights including Backup and Restore
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/gp/562.asp

The policy above is set by the the REG_BINARY value "fullprivilegeauditing"
under the key
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa

It is referenced here:
http://www.microsoft.com/technet/prodtechnol/ntwrkstn/reskit/appb_sec.asp

and here:
http://www.microsoft.com/technet/prodtechnol/winntas/maintain/security/c2secgde.asp
 
-----Original Message-----
I am writting application which will check for
policy 'Audit use of Backup and Restore privelege' and
will give result, whether it is enabled or disabled?
Where these policy related settings gets stored?
.
 

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

Back
Top