Resource Type: dsc_xpsendpoint

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

Overview

The DSC xPSEndpoint resource type. Automatically generated from ‘xPSDesiredStateConfiguration/DSCResources/MSFT_xPSSessionConfiguration/MSFT_xPSSessionConfiguration.schema.mof’

To learn more about PowerShell Desired State Configuration, please visit technet.microsoft.com/en-us/library/dn249912.aspx.

For more information about built-in DSC Resources, please visit technet.microsoft.com/en-us/library/dn249921.aspx.

For more information about xDsc Resources, please visit github.com/PowerShell/DscResources.

Properties

  • ensure

    The basic property that the resource should be in.

    Supported values:
    • exists?
    • present
    • absent

Parameters

  • dsc_accessmode

    AccessMode - Whether the endpoint is remotely accessible or has local access only or no access Valid values are Local, Remote, Disabled.

  • dsc_ensure

    Ensure - Whether to create the endpoint or delete it Valid values are Present, Absent.

  • dsc_name

    Name - Name of the PS Remoting Endpoint

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_runascredential

    RunAsCredential - Credential for Running under different user context

  • dsc_securitydescriptorsddl

    SecurityDescriptorSDDL - SDDL for allowed users to connect to this endpoint

  • dsc_startupscript

    StartupScript - Path for the startup script

  • name (namevar)
  • provider

    The specific backend to use for this ‘dsc_xpsendpoint` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.