DSCResources/DSC_WindowsEventLog/en-US/about_WindowsEventLog.help.txt
.NAME
WindowsEventLog .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. .PARAMETER LogName Key - String Specifies the given name of a Windows Event Log .PARAMETER IsEnabled Write - Boolean Specifies the given state of a Windows Event Log .PARAMETER MaximumSizeInBytes Write - SInt64 Specifies the given maximum size in bytes for a specified Windows Event Log .PARAMETER LogMode Write - String Allowed values: AutoBackup, Circular, Retain Specifies the given LogMode for a specified Windows Event Log .PARAMETER SecurityDescriptor Write - String Specifies the given SecurityDescriptor for a specified Windows Event Log .PARAMETER LogFilePath Write - String Specifies the given LogFile path of a Windows Event Log .PARAMETER LogRetentionDays Write - SInt32 Specifies the given LogRetentionDays for the Logmode 'AutoBackup' |