Resource Type: dsc_xspfeature
- Defined in:
- lib/puppet/type/dsc_xspfeature.rb
Overview
The DSC xSPFeature resource type. Automatically generated from version 0.12.0.0
Properties
-
dsc_ensure
Present if the feature is to be enabled, Absent if it is to be disabled
-
dsc_featurescope
The scope to change the feature at - Farm, WebApplication, SiteCollection or Site
-
dsc_version
The version of the feature to check against
Parameters
-
dsc_installaccount
POWERSHELL 4 ONLY: The account to run this resource as, use PsDscRunAsAccount if using PowerShell 5
-
dsc_name (namevar)
The name of the feature
-
dsc_psdscrunascredential
-
dsc_url (namevar)
The URL to change the feature at
-
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).