Resource Type: dsc_windowscapability
- Defined in:
- lib/puppet/type/dsc_windowscapability.rb
Overview
The DSC WindowsCapability resource type. Automatically generated from version 9.1.0
Properties
-
dsc_ensure
Specifies whether the Windows Capability should be installed or uninstalled. To install the Windows Capability, set this property to Present. To uninstall the Windows Capability, set the property to Absent.
-
dsc_loglevel
Specifies the given Log Level of a Windows Capability. This is a write only parameter that is used when updating the status of a Windows Capability. If not specified, the default is ‘WarningsInfo’.
-
dsc_logpath
Specifies the full path and file name to log to. This is a write only parameter that is used when updating the status of a Windows Capability. If not specified, the default is ‘%WINDIR%LogsDismdism.log’.
-
dsc_source
Specifies the location of the files that are required to add a Windows capability package to an image. You can specify the Windows directory of a mounted image or a running Windows installation that is shared on the network.
Parameters
-
dsc_name (namevar)
Specifies the name of the Windows Capability.
-
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).