Resource Type: dsc_xwindowsfeature
- Defined in:
- lib/puppet/type/dsc_xwindowsfeature.rb
Overview
The DSC xWindowsFeature resource type. Automatically generated from version 9.2.1
Properties
-
dsc_displayname
The display name of the retrieved role or feature.
-
dsc_ensure
Specifies whether the feature should be installed (Present) or uninstalled (Absent). Defaults to ‘Present’.
-
dsc_includeallsubfeature
Set this property to $true to ensure the state of all required subfeatures with the state of the feature you specify with the Name property. The default value is $false.
-
dsc_logpath
Indicates the path to a log file to log the operation. If not specified, the default log path will be used (%WINDIR%logsServerManager.log).
Parameters
-
dsc_credential
Indicates the credential to use to add or remove the role or feature if needed.
-
dsc_name (namevar)
Indicates the name of the role or feature that you want to ensure is added or removed. This is the same as the Name property from the Get-WindowsFeature cmdlet, and not the display name of the role or feature.
-
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).