Resource Type: dsc_adserviceprincipalname

Defined in:
lib/puppet/type/dsc_adserviceprincipalname.rb

Overview

The DSC ADServicePrincipalName resource type. Automatically generated from version 6.4.0

Properties

  • dsc_account

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

  • dsc_ensure

    Specifies if the service principal name should be added or removed. Default value is ‘Present’.

Parameters

  • dsc_psdscrunascredential
  • dsc_serviceprincipalname (namevar)

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

  • 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).