Resource Type: dsc_xadcswebenrollment

Defined in:
lib/puppet/type/dsc_xadcswebenrollment.rb
Providers:
powershell

Overview

The DSC xAdcsWebEnrollment resource type. Automatically generated from ‘xAdcsDeployment/DSCResources/MSFT_xAdcsWebEnrollment/MSFT_xAdcsWebEnrollment.schema.mof’

To learn more about PowerShell Desired State Configuration, please visit technet.microsoft.com/en-us/library/dn249912.aspx.

For more information about built-in DSC Resources, please visit technet.microsoft.com/en-us/library/dn249921.aspx.

For more information about xDsc Resources, please visit github.com/PowerShell/DscResources.

Properties

  • ensure

    The basic property that the resource should be in.

    Supported values:
    • exists?
    • present
    • absent

Parameters

  • dsc_caconfig

    CAConfig - CAConfig parameter string. Do not specify this if there is a local CA installed.

  • dsc_credential

    Credential - If the Web Enrollment service is configured to use Standalone certification authority, then an account that is a member of the local Administrators on the CA is required. If the Web Enrollment service is configured to use an Enterprise CA, then an account that is a member of Domain Admins is required.

  • dsc_ensure

    Ensure - Specifies whether the Web Enrollment feature should be installed or uninstalled. Valid values are Present, Absent.

  • dsc_issingleinstance

    IsSingleInstance - Specifies the resource is a single instance, the value must be ‘Yes’ Valid values are Yes.

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • name (namevar)
  • provider

    The specific backend to use for this ‘dsc_xadcswebenrollment` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.