Resource Type: dsc_computer

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

Overview

The DSC Computer resource type. Automatically generated from version 9.1.0

Properties

  • dsc_currentou

    A read-only property that specifies the organizational unit that the computer account is currently in.

  • dsc_description

    The value assigned here will be set as the local computer description.

  • dsc_domainname

    The name of the domain to join.

  • dsc_options

    Specifies advanced options for the Add-Computer join operation

  • dsc_server

    The Active Directory Domain Controller to use to join the domain

  • dsc_workgroupname

    The name of the workgroup.

Parameters

  • dsc_credential

    Credential to be used to join a domain.

  • dsc_joinou

    The distinguished name of the organizational unit that the computer account will be created in.

  • dsc_name (namevar)

    The desired computer name.

  • dsc_psdscrunascredential
  • dsc_timeout

    The maximum time in seconds to wait for the DSC resource to complete.

  • dsc_unjoincredential

    Credential to be used to leave a domain.

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