Skip to content

WindowsEventLog

dscbot edited this page Feb 8, 2021 · 8 revisions

WindowsEventLog

Parameters

Parameter Attribute DataType Description Allowed Values
LogName Key String Specifies the given name of a Windows Event Log
IsEnabled Write Boolean Specifies the given state of a Windows Event Log
MaximumSizeInBytes Write SInt64 Specifies the given maximum size in bytes for a specified Windows Event Log
LogMode Write String Specifies the given LogMode for a specified Windows Event Log AutoBackup, Circular, Retain
SecurityDescriptor Write String Specifies the given SecurityDescriptor for a specified Windows Event Log
LogFilePath Write String Specifies the given LogFile path of a Windows Event Log
LogRetentionDays Write SInt32 Specifies the given LogRetentionDays for the Logmode 'AutoBackup'

Description

This resource allows the configuration of the Logsize, Logmode, SecurityDescriptor, RetentionDays and enabled/disabled the state of a specified Windows Event Log. It is also possible to set the maximum size of the Windows Event Log.

Clone this wiki locally