Resource Type: dsc_xpsendpoint

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

Overview

The DSC xPSEndpoint resource type. Automatically generated from version 9.2.1

Properties

  • dsc_accessmode

    Enables and disables the session configuration and determines whether it can be used for remote or local sessions on the computer. The default value is ‘Remote’.

  • dsc_ensure

    Indicates if the session configuration should exist. The default value is ‘Present’.

  • dsc_securitydescriptorsddl

    Specifies the Security Descriptor Definition Language (SDDL) string for the configuration. This string determines the permissions that are required to use the new session configuration. To use a session configuration in a session, users must have at least Execute(Invoke) permission for the configuration.

  • dsc_startupscript

    Specifies the startup script for the configuration. Enter the fully qualified path of a Windows PowerShell script.

Parameters

  • dsc_name (namevar)

    Specifies the name of the session configuration.

  • dsc_psdscrunascredential
  • dsc_runascredential

    Specifies the credential for commands of this session configuration. By default, commands run with the permissions of the current user.

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