Resource Type: dsc_remotedesktopadmin

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

Overview

The DSC RemoteDesktopAdmin resource type. Automatically generated from version 9.1.0

Properties

  • dsc_ensure

    Determines whether or not the computer should accept remote desktop connections. Present sets the value to Enabled and Absent sets the value to Disabled.

  • dsc_userauthentication

    Setting this value to Secure configures the machine to require Network Level Authentication (NLA) for remote desktop connections.

Parameters

  • dsc_issingleinstance (namevar)

    Specifies the resource is a single instance, the value must be ‘Yes’

  • dsc_psdscrunascredential
  • dsc_timeout

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

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