Resource Type: dsc_xadserviceprincipalname

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

Overview

The DSC xADServicePrincipalName resource type. Automatically generated from ‘xActiveDirectory/DSCResources/MSFT_xADServicePrincipalName/MSFT_xADServicePrincipalName.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_account

    Account - The user or computer account to add or remove the SPN, e.b. User1 or LON-DC1$. Default value is ”. If Ensure is set to Present, a value must be specified.

  • dsc_ensure

    Ensure - Specifies if the service principal name should be added or remove. Default value is ‘Present’. { Present | Absent }. Valid values are Present, Absent.

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_serviceprincipalname

    ServicePrincipalName - The full SPN to add or remove, e.g. HOST/LON-DC1.

  • name (namevar)
  • provider

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