Resource Type: dsc_windowseventlog
- Defined in:
- lib/puppet/type/dsc_windowseventlog.rb
Overview
The DSC WindowsEventLog resource type. Automatically generated from version 9.1.0
Properties
-
dsc_categoryresourcefile
Specifies the category resource file for the event source
-
dsc_isenabled
Specifies whether the specified event log should be enabled or disabled
-
dsc_logfilepath
Specifies the file name and path for the specified event log
-
dsc_logmode
Specifies the log mode for the specified event log
-
dsc_logretentiondays
Specifies the number of days to retain events when the log mode is AutoBackup
-
dsc_maximumsizeinbytes
Specifies the maximum size in bytes for the specified event log
-
dsc_messageresourcefile
Specifies the message resource file for the event source
-
dsc_parameterresourcefile
Specifies the parameter resource file for the event source
-
dsc_registeredsource
Specifies the name of an event source to register for the specified event log
-
dsc_restrictguestaccess
Specifies whether to allow guests to have access to the specified event log
-
dsc_securitydescriptor
Specifies the SDDL for the specified event log
Parameters
-
dsc_logname (namevar)
Specifies the name of a valid event log
-
dsc_psdscrunascredential
-
dsc_timeout
The maximum time in seconds to wait for the DSC resource to complete.
-
name (namevar)
Description of the purpose for this resource declaration.
-
validation_mode
(defaults to: property)
Whether to check if the resource is in the desired state by property (default) or using Invoke-DscResource in Test mode (resource).