Resource Type: dsc_xd7vdafeature

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

Overview

The DSC XD7VDAFeature resource type. Automatically generated from ‘XenDesktop7/DSCResources/VE_XD7VDAFeature/VE_XD7VDAFeature.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_credential

    Credential - Specifies a user account that has permission to install the feature.

  • dsc_enablerealtimetransport

    EnableRealTimeTransport - Enable UDP Real-time transport feature.

    Supported values:
    • true
    • false
  • dsc_enableremoteassistance

    EnableRemoteAssistance - Enable the Microsoft Remote Assistance feature.

    Supported values:
    • true
    • false
  • dsc_ensure

    Ensure - Valid values are Present, Absent.

  • dsc_excludetelemetryservice

    ExcludeTelemetryService - Excludes the Citrix Telemetry Service from the install.

    Supported values:
    • true
    • false
  • dsc_installdesktopexperience

    InstallDesktopExperience - Enable the Desktop Experience feature.

    Supported values:
    • true
    • false
  • dsc_installreceiver

    InstallReceiver - Install Citrix Receiver.

    Supported values:
    • true
    • false
  • dsc_logpath

    LogPath - Installation log path

  • dsc_optimize

    Optimize - Optimize the VDA installation for a virtual desktop.

    Supported values:
    • true
    • false
  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_role

    Role - Citrix XenDesktop 7 VDA feature. Valid values are DesktopVDA, SessionVDA.

  • dsc_sourcepath

    SourcePath - Citrix XenDesktop 7 installation media source path.

  • name (namevar)
  • provider

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