The DSC xADServicePrincipalName resource type. Automatically generated from version 3.0.0.0
Properties
dsc_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
Specifies if the service principal name should be added or remove. 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).