Resource Type: dsc_xd7desktopgroupapplication

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

Overview

The DSC XD7DesktopGroupApplication resource type. Automatically generated from ‘XenDesktop7/DSCResources/VE_XD7DesktopGroupApplication/VE_XD7DesktopGroupApplication.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_applicationtype

    ApplicationType - Citrix XenDesktop 7 application type Valid values are HostedOnDesktop, InstalledOnClient.

  • dsc_arguments

    Arguments - Citrix XenDesktop 7 application arguments

  • dsc_credential

    Credential - Specifies a user account that has permission to create the delivery group.

  • dsc_description

    Description - Citrix XenDesktop 7 application description

  • dsc_desktopgroupname

    DesktopGroupName - Citrix XenDesktop 7 desktop delivery group name

  • dsc_displayname

    DisplayName - Citrix XenDesktop 7 application display name

  • dsc_enabled

    Enabled - Citrix XenDesktop 7 application is enabled

    Supported values:
    • true
    • false
  • dsc_ensure

    Ensure - Valid values are Present, Absent.

  • dsc_name

    Name - Citrix XenDesktop 7 application name

  • dsc_path

    Path - Citrix XenDesktop 7 application executable path

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_visible

    Visible - Citrix XenDesktop 7 application is visible

    Supported values:
    • true
    • false
  • dsc_workingdirectory

    WorkingDirectory - Citrix XenDesktop 7 application working directory

  • name (namevar)
  • provider

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