IADsNTPolicy Property: ShutdownOnLogFull

Property Name
ShutdownOnLogFull

Property Type
Boolean

Description
This property indicates whether there should be a shutdown when the audit log is full.

Example

Dim Policy As IADsNTPolicy
'Get the interface

Set Policy = GetObject ("NTDS://DomainName/MachineName")

'Print current setting for auditing

Debug.Print Policy.ShutdownOnLogFull

'Machine will be shut down when the log is full

Policy.ShutdownOnLogFull = True

 

See Also