Table of Contents Issue.ResolutionExample
How to apply Advanced Auditing policy settings during build time, in a non-AD environment. If you need to configure the Advanced Auditing policy settings during deployment time, the options are limited, manually configuring was not an option and Auditpol doesn’t support configuring stand-alone systems.
Manually create the settings you require in the Local Security Policy mmc, right click the ‘System Audit Policies’ node, select ‘Export Settings’ and save the file as Audit.csv somewhere your deployment process can access.
In your deployment process add the task to copy the newly created Audit.csv file to %systemroot%\System32\GroupPolicy\Machine\Microsoft\Windows NT\Audit\Audit.csv
Xcopy .\Audit %systemroot%\System32\GroupPolicy\Machine\Microsoft\Windows NT\Audit\Audit.csv /q /y
Now when the server has completed installing the Advanced Auditing policy settings will be configured as per your file Other Lenguages. Aplicación de ajustes avanzados de auditorías sobre no - AD Windows 2008 Server R2 (es-ES)
Richard Mueller edited Revision 4. Comment: Added language tag, changed tag "Windows 2008 R2" to "Windows Server 2008 R2"
LeoPonti edited Revision 3. Comment: Add Other Lenguage
Maheshkumar S Tiwari edited Revision 2. Comment: Formatting and added tag
Maheshkumar S Tiwari edited Revision 1. Comment: Formatting
Maheshkumar S Tiwari edited Original. Comment: Added TOC