I follow the bellow instruction to enable dir service on our domain, DC is 2008, when i run the command (
auditpol /set /subcategory:"Directory Service Changes" /success:enable
) i am presented with:
required privilege is not held by the client
Any ideas?
....................................................................................................................................................................
For ADAudit Plus to report on Audit events in Windows Server 2008 - Directory Service Changes must be enabled on the Windows Server 2008 Domain Controller machine.
To enable Directory Service Changes on Windows Service 2008 Domain Controller.
-
Open a command prompt Start -->>Run-->>cmd
-
enter the below command
auditpol /set /subcategory:"Directory Service Changes" /success:enable
This will enable Directory Service Changes on Windows Server 2008 Domain Controllers.