Resource Type: dsc_xd7catalog

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

Overview

The DSC XD7Catalog resource type. Automatically generated from ‘XenDesktop7/DSCResources/VE_XD7Catalog/VE_XD7Catalog.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_allocation

    Allocation - Citrix XenDesktop 7 machine catalog allocation type. Valid values are Permanent, Random, Static.

  • dsc_credential

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

  • dsc_description

    Description - Citrix XenDesktop 7 machine catalog description

  • dsc_ensure

    Ensure - Valid values are Present, Absent.

  • dsc_ismultisession

    IsMultiSession - Citrix XenDesktop 7 machine catalog is multi-session.

    Supported values:
    • true
    • false
  • dsc_name

    Name - Citrix XenDesktop 7 machine catalog name.

  • dsc_persistence

    Persistence - Citrix XenDesktop 7 machine catalog persistence type. Valid values are Discard, Local, PVD.

  • dsc_provisioning

    Provisioning - Citrix XenDesktop 7 machine catalog provisioning type. Valid values are Manual, PVS, MCS.

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_pvsaddress

    PvsAddress - Citrix XenDesktop 7 machine catalog PVS address

  • dsc_pvsdomain

    PvsDomain - Citrix XenDesktop 7 machine catalog PVS domain

  • name (namevar)
  • provider

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