Set audit log parameters for the server. Syntax: set auditlog Parameters: path - The audit file path (optional). The default ...

Set audit log parameters for the server. 
 
Syntax: 
 
        set auditlog      
 
Parameters: 
 
        path           - The audit file path (optional). 
                         The default is %%SystemRoot%%\system32\dhcp. 
 
        maxsize        - The maximum log file size in MB (optional). 
                         The default is 70 MB. 
 
        minsize        - The mimimum space on disk in MB (optional). 
                         The default is 20 MB. 
 
        interval       - The disk check interval in minutes (optional). 
                         The default is 50 minutes. 
 
        mode           - The audit log mode (optional). 
                          ENABLE  - Enable audit log (default). 
                          DISABLE - Disable audit log. 
 
Examples:      set auditlog 
               set auditlog path = c:\windows\system32\dhcp  maxsize = 70 minsize = 20 interval = 50 mode = ENABLE 
               set auditlog c:\windows\system32\dhcp  70 20 50 ENABLE 
               set auditlog mode = DISABLE